mirror of https://github.com/KLayout/klayout.git
Updated 2019 01 07 (markdown)
parent
818ef2ca52
commit
003dbf1153
|
|
@ -232,7 +232,9 @@ Circuit INV2 ($1=$1,IN=IN,$3=$3,OUT=OUT,VSS=VSS,VDD=VDD,BULK=BULK):
|
|||
Circuit TRANS ($1=$1,$2=$2,$3=$3):
|
||||
```
|
||||
|
||||
With some additional steps, the netlist can be simplified and top-level pins are added:
|
||||
## Netlist cleanup
|
||||
|
||||
With two additional steps, the netlist can be simplified and top-level pins are added:
|
||||
|
||||
```ruby
|
||||
l2n.netlist.purge
|
||||
|
|
|
|||
Loading…
Reference in New Issue