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 DiscussionsLicense maintainance expirationOne-Stop Support Experiences for FPGA Download and Licensing Questionrecovery timing issueInstaller cannot establish connection with SSL errorUnable to download Quartus