Altera_Forum
Honored Contributor
9 years ago[SV] How does Quartus decide when to use registers? (after analyses and synthesis)
Hi everybody!
I have the following concern: I have a module with a single 5-bit variable defined as logic which I use inside an always_ff which increases it every clock cycle. My question is: when I run the analyses and synthesis, why the number of registers (in the flow summary) is zero? When is it supposed to increase? I thought a register would be a single 1-bit flip-flop, but it seems is not. I also couldn't find better information about these registers in the datasheet of my FPGA (cyclone iv e EP4CE115F29C7) thank you if you can help me!