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 DiscussionsAGRW027R28A2I2V Thermal ModelWhy does PTA show zero W for F-tiles in Hierarchical Design EditorArria 10: Remote Update Factory Fallback won't work & Watchdog does not triggerWorst-Case Completion Time for PLL Dynamic Phase Shift (PHASESTEP → PHASEDONE)Cannot access SSLC portal for Questa License