mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 17:30:09 +02:00
- Detects recursive subcircuit calls now - Dismisses empty top level circuit which happened to be created when there were not top level elements and control statements were present (such as .param)
12 lines
152 B
Plaintext
12 lines
152 B
Plaintext
* Test: dismiss empty top level circuit
|
|
|
|
.subckt top a b
|
|
m1 a b a b nmos
|
|
.ends
|
|
|
|
* this triggered generation of a top level circuit
|
|
.param p1 17
|
|
|
|
.end
|
|
|