Enhancement: added optional layer/datatype information to DRC/LVS 'name'

This commit is contained in:
Matthias Koefferlein
2024-06-16 19:33:24 +02:00
parent 24a9e6824a
commit 579da640ba
6 changed files with 86 additions and 12 deletions
+2 -2
View File
@@ -19,9 +19,9 @@ gate = active & poly
name(l1, "l1")
name(l2, "l2")
name(l3, "l3")
name(sd, "sd")
name(sd, "sd", 17, 0)
name(poly, "poly")
name(gate, "gate")
name(gate, "gate", RBA::LayerInfo::new(18, 0))
name(contact, "contact")
mos_ex = RBA::DeviceExtractorMOS3Transistor::new("MOS")