Altera_ForumHonored Contributor9 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 Contributor9 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 DiscussionsUSB-BlasterII mounts as "USB-Blaster variant"Quartus Dark Theme on Linux - SolutionError(23098) when using IPM_IOPLL on Agliex 7Quartus 13.1 LicenseHighlight similar instances of a selected word fails when scrollingSolved