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.
16 bit adder from 8 bit

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