Forum Discussion
Altera_Forum
Honored Contributor
15 years agoUnless you are being forced to use AHDL then I would pick a modern language like verilog or VHDL. For example this is much easier (verilog)
assign sum = a + b; .... that's it, if you wanted to do this two one bit adders you would code up the individual sum bits and carries manually.