Forum Discussion
Altera_Forum
Honored Contributor
15 years agomultiple driver error during simulation
Hi I am doing a project and am stuck in the synthesis part in Quartus. The code was successfully compiled using icarus verilog software.But while compiling the code in Quartus , I get some error...
Altera_Forum
Honored Contributor
15 years agoI haven't done verilog for ages. I believe your integer (i ) may imply 32 bits in hardware. You only need 3 bits so try constraining that e.g. by using reg.