How To Draw A 3 Bit Adder Schematic
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 complimentary. Click hither to register at present.
- Forums
- Digital Design and Embedded Programming
- ASIC Design Methodologies and Tools (Digital)
Y'all should upgrade or use an alternative browser.
How to draw the layout of Half adder
- Thread starter vlsitechnology
- Start date
- Status
- Not open up for further replies.
- #1
- Joined
- Nov 1, 2007
- Messages
- 263
- Helped
- 21
- Reputation
- 42
- Reaction score
- 14
- Bays points
- 1,298
- Activity points
- ii,837
Tin anyone tell me the details of drawing the layout of one-half adder?
Added after 45 seconds:
I need to know the details without taking the spice levelnetlist
I mean with the assistance of boolean expression how can we draw the layout
- #2
- Joined
- Oct iv, 2007
- Letters
- 53
- Helped
- vii
- Reputation
- 14
- Reaction score
- ii
- Trophy points
- one,288
- Activity points
- 1,612
Its quite simple. The equations for sum and deport are
sum = a xor b
bear = a and b
assuming a and b are inputs.
To implement xor:
sum = a xor b. CMOS logic is inverting logic. Then you tin do it this way.
sum = a xor b = (a xnor b)`
a xnor b = a`b` + ab
sum = (a`b` + ab)`
separate a`b` as (a+b)'
sum = ((a+b)' + ab)'
This can be implemented using an OR gate and AOI 12 gate.
The deport would be an and gate.
Let me know if you need any further information.
-Aravind
Added later 9 minutes:
This is the schematic
Added afterward 1 minutes:
You tin can probably work your fashion through the layout with the schematic. Permit me know if you lot have any doubts with the layout.
- #3
- Joined
- Aug nineteen, 2007
- Messages
- 71
- Helped
- 6
- Reputation
- 12
- Reaction score
- three
- Trophy points
- 1,288
- Activity points
- 1,800
Dearest VLSI technology,
U r asking how to draw a layout of one-half adder.
Fine u need a layout tool.
u need a transistor level(CMOS level) design of the half adder.
That cmos should be of sure applied science.
Then it cmos level transistor should be designed properly like consedering its
parameters such that we should get any violations.
if nosotros get nosotros need to adjust.
If we get certain width, in layout we demand to keep the polysilicon surface area of that width.
then get-go layout by placing agile north- well p diffusion, bulk connection, keep the lenght according to technology and width u designed then connect drain source gate equally per requrinment and then connect VDD, VSS , then connet onter connection and then tap out i/o ports , finally create a abutment box ant if u desire identify in library place.
hope u understand
santu
- #4
- Joined
- Nov 21, 2006
- Messages
- 982
- Helped
- 66
- Reputation
- 132
- Reaction score
- 33
- Trophy points
- 1,308
- Action points
- 6,114
use orcad, make schematic of whatever you want (gates but), create the verilog file .
using mirowind you can convert the verilog file into the layout !
savour !
- Status
- Non open for farther replies.
Similar threads
- Forums
- Digital Design and Embedded Programming
- ASIC Pattern Methodologies and Tools (Digital)
- This site uses cookies to help personalise content, tailor your experience and to keep yous logged in if you lot register.
Past standing to use this site, you are consenting to our use of cookies.
Source: https://www.edaboard.com/threads/how-to-draw-the-layout-of-half-adder.117653/
Posted by: burbankcolooter.blogspot.com

0 Response to "How To Draw A 3 Bit Adder Schematic"
Post a Comment