Altera_Forum
Honored Contributor
14 years agoEfficient Verilog coding style
When I changed from using MegaFunctions to Verilog and used wires for the combinatorial logic there was higher speed and less resources(I think). Specifically it was for an ALU, so it seems the ALUT function was more efficient. Are there any guidelines for efficiency of implementation? This is for StratixIII which has a new LUT design.
Continuous assignment for each alu function and a case selected the wire for output. Thankyou