Forum Discussion
Altera_Forum
Honored Contributor
15 years agosigned division
Hi all, I design a piece of hardware using simple division as shown in below: module divider (in1, in2, division, multiply); //parameter parameter DATA_WIDTH = 32; //Input in...
Altera_Forum
Honored Contributor
15 years agoI can't see a signed type definition in your code. By Verilog specification, you're performing unsigned arithmetic, which would pretty explain the issue.