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.

How to deal with IO and Core with diff supply voltage?

Status
Not open for further replies.

bailibl

Newbie level 5
Joined
Mar 10, 2005
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,366
In my design,
Core DC supply voltage:1.8V
I/O DC supply voltage: 3.3V

My IO and Core power pad in the reference library is:
IO power pad cell:PLVDDH
IO ground pad cell: PLVSSH
Core power pad cell: PLVDDC
Core ground pad cell: PLVSSC

and I want to:
connect Core power pad to global net VDD
connect Core ground pad to global net GND
connect IO power pad to global net VDDH
connect IO ground pad to global net VSSH

and I want to:(in "Netlist In" ---> "Verilog In" command)
assign logic 1'b0:GND
assign logic 1'b1:VDD

1.What should I do when run "Verilog In", "EXP netlist"?
2.When "EXP netlist",in "global options" form,should I add global net "VDD" "GND"
for Core power and "VDDH" "VSSH" for I/O power??
 

Yes you will have to tie the power cells /PADs to VDDH and VSSH which is you are saying for IO power. Basically you will have seperate ports on your topmost level entity where you will be getting this IO Power. Then later in RTL you will have to tie the IO cells to this port/net..
 

Yes ! I am using Magma . I have a same problem with you ! The Global power : vddd and gndd ( for digital part of the design) And Local power : avdd and agnd ( for analog part ) . There is a problem that both of power-structure connected by only one-pad ( it have 4 pad-pin : VDD , VSS and VDDIO , VSSIO ) . But in netlist , there's only connected VDD and VSS to net : vddd and gndd . two pin VDDIO and VSSIO not connect any net ... The End , when I asked my customer about it , They said they connect them later !
About you this problem ?
 

In Astro, you must add all power net (VCC,GND, AGND, AVCC, refer to your standard cell, Power net name are different in different library ) manually. In netlist, there are no power nets.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top