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.

SOC encounter Power Ground Pins Routing

Status
Not open for further replies.

a_mythpi

Junior Member level 1
Joined
Mar 17, 2013
Messages
16
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,410
Hello,

I am trying to do the power routing of the IO pads in my design. I connected all the power and ground pins using global net connect command.

globalNetConnect vdd -type pgpin -pin {vdd} -inst * -module {}

globalNetConnect vdd -type pgpin -pin {vdds} -inst * -module {}

globalNetConnect vdd -type pgpin -pin {VDD} -inst * -module {}

globalNetConnect gnd -type pgpin -pin {A0SRC} -inst * -module {}

globalNetConnect gnd -type pgpin -pin {A1SRC} -inst * -module {}

globalNetConnect gnd -type pgpin -pin {A2SRC} -inst * -module {}

globalNetConnect gnd -type pgpin -pin {A3SRC} -inst * -module {}

globalNetConnect gnd -type pgpin -pin {A4SRC} -inst * -module {}

globalNetConnect gnd -type pgpin -pin {A5SRC} -inst * -module {}

globalNetConnect gnd -type pgpin -pin {A6SRC} -inst * -module {}

globalNetConnect gnd -type pgpin -pin {TRIGGER} -inst * -module {}

globalNetConnect gnd -type pgpin -pin {BOOST} -inst * -module {}

globalNetConnect gnd -type pgpin -pin {REFIO} -inst * -module {}

globalNetConnect gnd -type pgpin -pin {gnd} -inst * -module {}

globalNetConnect gnd -type pgpin -pin {gnds} -inst * -module {}

globalNetConnect gnd -type pgpin -pin {GND} -inst * -module {}

and then executed the Sroute command:

sroute -connect { padPin } -layerChangeRange { M1 M7 } -blockPinTarget { nearestTarget } -padPinPortConnect { allPort oneGeom } -checkAlignedSecondaryPin 1 -allowJogging 1 -crossoverViaBottomLayer M1 -allowLayerChange 1 -targetViaTopLayer M7 -crossoverViaTopLayer M7 -targetViaBottomLayer M1 -viaConnectToShape { padring ring }

But I got a lot of open violations on the IO filler cells that I have used in the design. please have a look at the image attached. Can anyone please tell me where I am going wrong



Thank you
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top