T
tattvamasi@gmail.com
Guest
Problem statement:
Given a starting pin, starting cell name & ending cellname(All in the
same hierarchy), to find the mapping between the starting pin and the
actual pin it is connected to in the ending cell name(stop level).
Looks to me like a big graph theory problem, open to ideas about
implementation.
But since Cadence already has leHiProbe, am tempted to check and see if
they have any canned skill function?
What I can think off:
Start out "waves" from the starting pin:cellName and stop when you hit
on the endingcell name, and grab the pinname of that instance
Not very clear how I would do so in skill though.
Any insights appreciated!
Partha
Given a starting pin, starting cell name & ending cellname(All in the
same hierarchy), to find the mapping between the starting pin and the
actual pin it is connected to in the ending cell name(stop level).
Looks to me like a big graph theory problem, open to ideas about
implementation.
But since Cadence already has leHiProbe, am tempted to check and see if
they have any canned skill function?
What I can think off:
Start out "waves" from the starting pin:cellName and stop when you hit
on the endingcell name, and grab the pinname of that instance
Not very clear how I would do so in skill though.
Any insights appreciated!
Partha