Altera_ForumHonored Contributor15 years agovariable reset simple question Hello friends, I have something like this always @(posedge clkin) begin ... ... cnt = cnt+1;// increment ... ... end and another input named OE. On posedge of OE ...Show More
Altera_ForumHonored Contributor15 years agoalways @(posedge clkin or posedge OE) if(OE) cnt <= 0; else cnt <= cnt + 1;
Recent DiscussionsCyclone-V SCFIFO - adding ECC to M10K/MLAB/Auto memoryWill serialization factor of 6 in LVDS serdes IP be supported in the future on Agilex5?System PLL of Agliex5 PCIE example design cannot be locked after configurationJTAG Chain Broken on Agilex 7-I Dev KitRequest for Cyclone V Pinout File Information