Altera_ForumHonored Contributor10 years agoWaveform 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...Show More
Altera_ForumHonored Contributor10 years ago --- Quote Start --- if Count(4 downto 0) = 24 then --- Quote End --- You're declaring a variable while evaluating it. I've never seen that.
Recent DiscussionsGenerate Simulation Setup Script FailsSolvedFIR IP configured for InterpolationAltera SSLC LicenseLisence issue when running .do scriptHow to create a Packaged Subsystem in TCL