Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
10 years ago

Adder timing

Please help me with calculating timing of the adder. Consider the code wire dataout = { 1'b0, datain1 } + { 1'b0, datain2 }; How much time adding will take place (in other words - pro...