Altera_Forum
Honored Contributor
16 years agoProblems on Cyclone's reset value
Problems on Cyclone's reset valueHi all,I'm currently using Cyclone EP1C6T144C8 in my design and having some problems with the usage of reset, hope someone may help me out with it:)The problem occurs when I implemented a simple counter in FPGA. It's just a typical working on clock and reset, but the "reset" may or may not put the counter to the expected value.Case 1, if I reset the counter to all-0s://--reg [3:0] cnt;always@(posedge rst or posedeg clk)if(rst) cnt