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.

Encounter Issue: sroute cannot connect two power pins

Status
Not open for further replies.

mhaghaed

Newbie level 5
Joined
Mar 31, 2009
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,360
I am doing a P&R with two custom LEF files. Both these LEF files have a special power pin called MYPOWER that are connected in the encounter as follows:

globalNetConnect MYPOWER -type pgpin -pin MYPOWER -inst INST1
globalNetConnect MYPOWER -type pgpin -pin MYPOWER -inst INST2
applyGolobalNets

What I'm trying to do is to connect these two pins with sroute:
sroute -nets {MYPOWER}

However, encounter complains that:
"WARN: Net MYPOWER does not have block pins to be routed".

How can I tell encounter that MYPOWER is a "block pin"?
 

can you show us the section of the LEF file that describe this pin?
 

I made a pad ring around each blocks to make it simpler for sroute to connect to. It didn't work though.

After giving up with sroute, I decided to connect the two pins using addStripe instead. However, the stripes don't connect to the rings even though the LEFs don't have any obstruction on any layer above or below the pin layers(and obviously on the pin layer).

Here is the command I used:
addStripe -nets {MYPOWER} -width 0.4 -layer METAL4 -set_to_set_distance 40 -spacing 10 -switch_layer_over_obs 1 -extend_to_design_boundry
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top