StefanSchippers / xschem

A schematic editor for VLSI/Asic/Analog custom designs, netlist backends for VHDL, Spice and Verilog. The tool is focused on hierarchy and parametric designs, to maximize circuit reuse.
Other
300 stars 22 forks source link

T connections arent handled the same like PiNs #123

Closed olisnr closed 10 months ago

olisnr commented 10 months ago

i think the T connections should be safed at moving using the stretch enabled. but in the moment Ts are broken. would it be possible to handle the Ts like the PiNs?

sel edge move edge sel t move t

StefanSchippers commented 10 months ago

See this short clip.

https://github.com/StefanSchippers/xschem/assets/69359491/47b62c42-6dc5-46cd-8c80-58c1b9b387b3

There is also another move command, in addition to stretch mode move, Shift-M, this will add wire segments to selected instance pins and wire endpoints, instead of stretching existing attached wires. You might want to test this one as well.

See the difference below

1

2

olisnr commented 10 months ago

great, i only need to "set autotrim_wires 1" in xschemrc.

thanks!