cafukarfoo
Full Member level 3

Hello All,
Anyone got any idea how to improve timing for a large adder? What i mean is the multiple bit adder for example 14 bit adder?.
For example,
for the 14-bit adder, adder[14] = in1[14] + in2[14] + carry[14] ( which come from a long list of adder to the adder[0])
And this path become a timing critical path.
Anyone got any idea how to improve the timing for this path? thanks.
Anyone got any idea how to improve timing for a large adder? What i mean is the multiple bit adder for example 14 bit adder?.
For example,
for the 14-bit adder, adder[14] = in1[14] + in2[14] + carry[14] ( which come from a long list of adder to the adder[0])
And this path become a timing critical path.
Anyone got any idea how to improve the timing for this path? thanks.