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 - propagation delay till dataout[17] validity) after one or both data change? Please explain calculation algorithm and give sources of the information. Chip is Cyclone 3 grade 8. Thank you!