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 agoTo avoid the multiplier you can use shift and addition for 10 i.e. multiply by 8 using 3 bit shift then multiply by 2 using one bit shift then add products