Design and simulate a circuit meeting the following criteria Print the circuit design.
a. You are given a clock source of 1KHz, 4 bit Hex counters, Latches, Hex Displays, Magnitude Comparator, Logic Gates as needed.
b. You have one push button to control the circuit.
c. When the button is pressed briefly there will be a 50 mS delay.
d. After the delay an output indicator will turn on for 10 mS and then turn off.
e. Use Hex displays to show the on delay and off delay counts. One Hex display should hold the value (0x32) when the on delay ends. The other display should hold the value (0x0A) when the off delay ends.
d. The button does not have to be held on for the circuit to complete the cycle once.
e. Pressing the button again after the cycle is complete will reset the counters and repeat the cycle.
How do i create this circuit
Re: How do i create this circuit
You can download sample clock circuit and import counter, comparer, and hex display decoder from there. This should be a good start for you.