Altera_ForumHonored Contributor11 years agotask-to stop counter when it reaches "0000" 4 bit down counter ... ... architecture behavioral of dwncounter is signal counter<= std_logic_vector(3 downto 0); begin process(clk, rst) begin if (rst='1') then counter<="0000";...Show More
Altera_ForumHonored Contributor11 years agoWhy not simply replacing: if(enable='1') with: if (enable='1') and (counter /= "0000") ?
Recent DiscussionsHow to fix Error(23782): Failed to find an expected reportMailbox Client IP - SEND_CERTIFICATE command through FPGA fabricQuartus Prime license rehosted, unable to runFailed to run ip-setup-simulation:Connection bit order between hierarchy