mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-04 00:39:53 +02:00
WIP: reverted modifications on SPICE reader.
This commit is contained in:
Vendored
+2
-2
@@ -87,8 +87,8 @@ connect_implicit("VSS")
|
||||
|
||||
netlist.flatten_circuit("*_{x0,x1,x2,x4}")
|
||||
|
||||
same_device_classes("PMOS", "tp")
|
||||
same_device_classes("NMOS", "tn")
|
||||
same_device_classes("PMOS", "TP")
|
||||
same_device_classes("NMOS", "TN")
|
||||
|
||||
# Ignore all caps from the schematic
|
||||
same_device_classes(nil, "CAP")
|
||||
|
||||
Reference in New Issue
Block a user