Forum Discussion
Altera_Forum
Honored Contributor
15 years ago1. I suggest you do as the kind folks say and check the reports folder.
2. Verilog literals (ie, 10) are 32 bit unless you specify otherwise. You probably have something like reg [4:0] myReg; ... myReg <= 10; I also suggest you use Google.