Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

can I use 16-bit adder as 2 seperate 8-bit adders?

Status
Not open for further replies.

omara007

Advanced Member level 4
Joined
Jan 6, 2003
Messages
1,237
Helped
50
Reputation
102
Reaction score
16
Trophy points
1,318
Location
Cairo/Egypt
Activity points
9,716
16 bit adder

Is there any adder architecture that supports this ? ..
if so, is there a Synopsys DW that implements it ? ..
 

16 bit adder from 8 bit

yep ,i think u can re-design the 16bit add into a 2 8-bits add in RTL.
 

16-bit adder using 2 8-bit adders

rsqf said:
yep ,i think u can re-design the 16bit add into a 2 8-bits add in RTL.
???
 

if you want to use two 8-bit adders, you use the adder with carry bit.
1, lower 8 bits add together. get the low carry bit
2, higher 8 bits add with the low carry bit. the result will be 17bit if you care the carry.
 

Lixusan said:
if you want to use two 8-bit adders, you use the adder with carry bit.
1, lower 8 bits add together. get the low carry bit
2, higher 8 bits add with the low carry bit. the result will be 17bit if you care the carry.

Does this work with signed numbers ??
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top