Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
9 years ago

Waveform Editor - odd inversion

Hi, here is my code for a simple 8-bit counter with a decoded low signal for 1 clock period. signal Count: std_logic_vector(7 downto 0) := X"00"; if falling_edge(Bit_Clk_in) then C...