Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- Yes it is synthesizable. But it builds combinatorial logic (slow). This is due to the assign, and not due to the signed types. You should register it and pipeline it, to make it faster. --- Quote End --- Are you sure that the division is synthesizable? Is this a general Verilog feature or it is a charcteristic of the synthesis tool?