Design Test1
Design Test1
www.maven-silicon.com
VLSI Training Services
Setting standards in VLSI Design
Table of Contents
1. How many 2:4 decoders are used to implement 10:1024 decoder. (3M)
2. For the circuit given below, find the output Y and design a simpler circuit that has the
same output using only NAND gate. (4M)
4. The 3 DFF is given in the circuit. Initially Y2Y1Y0 = 111. what is the sequence for
Y0Y1Y2 at 237th clock cycle? (5M)
5. Design a sequence detector in Moore Model that receives binary data stream at its input,
X and signals when a combination '10101' arrives at the input by making its output to
be toggled. Assume overlapping sequence. (6M)
3. Define $strobe & $monitor. Explain each of them with one example. (5M)
4. Derive a minimal state table for an FSM that acts as a 3bit parity generator. For every
3 bits observed on the input ′w′ during 3 consecutive cycles, the FSM generates the
parity p=1 if and only if the no. of 1s is odd.
[A] Draw the Mealy FSM as an overlapping sequence. (2 M)
[B] Write the RTL code for the design. (4 M)
[C] Write the TB and verify the RTL. (4 M)