Design Test6
Design Test6
www.maven-silicon.com
VLSI Training Services
Setting standards in VLSI Design
Table of Contents
3. The 3 DFF is given in the circuit. Initially Y2Y1Y0 = 111. what is the sequence for Y0Y1Y2
at 237th clock cycle? (7M)
1. Draw the waveform for the following snippet and calculate the time-period of the signal
clk. (5M)
2. Write RTL code such that the memory size of the below code is changed from 16x32 to
32x64 without editing the source code. Implement parameter over-riding. (5M)
3. Draw the stratified event queue for the following snippet: (5M)
4. Design a magnitude comparator circuit for 2-bit binary numbers A=A1A0 and
B=B1B0. The outputs are F, G, and H, where F is 1 if A>B, G is 1 if A=B, and H is 1
if A<B.
[A] Implement your comparator design by using 2-to-4-line active high output
decoders and minimum number of gates. (Do not draw the internal circuit for the
decoders.) (2M)