Digital Circuit Design - Problem#4



Problem : Design a digital logic circuit to generate a reset pulse which is low for 16 clock cycles (Active Low Reset Generation) as shown in below waveform.







Solution :

- Here we need a output signal of the circuit which is low for 16 cycles and then becomes high

- Can 16 flop in a cascade manner do this job ?

- Lets see the below circuit diagram and see if it matches our expectation -







- yes, as you see this circuit can generate a pulse which is low for 16 clock cycles and then goes high as the first flip-flop input is tied to '1'.

- Assumption here is , initially all the flops are in reset state.




----------------------------------------------------Happy Learning--------------------------------------

Comments

Popular posts from this blog

Verilog HDL Examples - FIFO Design - Asynchronous FIFOs

Data-To-Data [Non-Sequential] Timing Checks

Fundamentals of Isolation Cells in Low Power VLSI Design