Altera_Forum
Honored Contributor
10 years agoAdder 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...