Closed David-Durst closed 5 years ago
Per @rdaly525 , it's standard for unsigned remainder to not be synthesizable. I'll need to implement it if I want it. See https://forums.xilinx.com/t5/Synthesis/Modulus-synthesizable-or-non-synthesizable/td-p/747493
When I run a test that requires an unsigned remainder module, I get the following error:
Note the issue
Can't resolve module reference: coreir_urem__width3
. The first line of the verilog produced by CoreIR says:How do I link in
urem
?