Forum Discussion
Altera_Forum
Honored Contributor
18 years agoCreating a clock pulse
I am trying to create 7 different clock pulses that will go from high to low at a certain time. Can anyone help me? This is what I have so far: library IEEE; use IEEE.std_logic_1164.all; ...
Altera_Forum
Honored Contributor
18 years agoI think we've decided to change our design to using a state machine which will include the and gates and make our design more compact. I appreciate your help man.