Corrected "ext2spice lvs" to add "global off" as a setting, which
is normal for top level designs (no implicit label connections should be made at the top level).
This commit is contained in:
parent
56e838ebb6
commit
648b9e54e6
|
|
@ -429,6 +429,7 @@ CmdExtToSpice(w, cmd)
|
||||||
/* renumber = off */
|
/* renumber = off */
|
||||||
/* scale = off */
|
/* scale = off */
|
||||||
/* blackbox = on */
|
/* blackbox = on */
|
||||||
|
/* global = off */
|
||||||
/* subcircuit top = auto */
|
/* subcircuit top = auto */
|
||||||
|
|
||||||
esDoHierarchy = TRUE;
|
esDoHierarchy = TRUE;
|
||||||
|
|
@ -438,6 +439,7 @@ CmdExtToSpice(w, cmd)
|
||||||
esDoRenumber = FALSE;
|
esDoRenumber = FALSE;
|
||||||
esScale = 0.0;
|
esScale = 0.0;
|
||||||
esDoBlackBox = TRUE;
|
esDoBlackBox = TRUE;
|
||||||
|
esMergeNames = FALSE;
|
||||||
esDoSubckt = 2;
|
esDoSubckt = 2;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue