Schematic router…

G

Giuseppe

Guest
Hello…
A really weird question for you! I made a skill procedure that allow
substituting schematic net connection with the consequent removal of
old wire segment. The result is a new connectivity given to the pin
but the need for the user to redraw the new wire line.
My question is if you know a program or a solution for automatic
redraw these wire lines on schematic.
Thanks.

Giuseppe
 
Hi Guiseppe,
did you try
schCreateWire( cellView "route" "full" list( pos1 pos2 ) spacing spacing width )

....just don't expect too nice results ;-) - but it's o.k. to create netlistable schematics.

Sylvio

Giuseppe wrote:
Hello…
A really weird question for you! I made a skill procedure that allow
substituting schematic net connection with the consequent removal of
old wire segment. The result is a new connectivity given to the pin
but the need for the user to redraw the new wire line.
My question is if you know a program or a solution for automatic
redraw these wire lines on schematic.
Thanks.

Giuseppe
 
schCreateWire( cellView "route" "full" list( pos1 pos2 ) spacing
spacing width )
...just don't expect too nice results ;-)
but it's o.k. to create netlistable schematics.
On this topic, also note that you can feed DFII a text CDL netlist and
DFII will create an editable schematic for you.

The admonition about results not being wholly pretty still applies.

John Gianni
--
Nothing I state on the UESNET is sanctioned by my employer.
 

Welcome to EDABoard.com

Sponsor

Back
Top