GitHub
03/24/2023, 2:03 AMextract unique
and extract unique notopports
to give the same results for all subcircuits expect the top level ports.
However, subcircuits with unconnected wires that have the same text are extracted as connected.
In the top view, you can see inp
and inn
.
parent▾
bgfc_diffpair_p
, has incorrectly labeled both wires inn
.
child▾
extract unique notopports
, I expect that the child nets to be extracted as inn
and inn_uq0
, but they are merged in the extracted netlist. Subcells are extracting differently with notopports
when the expectation is that they will be extracted the same as extract unique
.
diffpair▾
tar xzf test_ext.tar.gz
cd test_ext
./run_ext
vimdiff *.ext/*gds.spice
test_ext.tar.gz
RTimothyEdwards/magicGitHub
03/24/2023, 2:03 AM