mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 01:14:35 +02:00
Co-authored-by: Matthias Koefferlein <[email protected]>
This commit is contained in:
co-authored by
Matthias Koefferlein
parent
8d4da8b374
commit
3ab442bfc0
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
source($drc_test_source, "TOP1")
|
||||
|
||||
# This is just a smoke test without actual devices
|
||||
|
||||
l1 = input(1, 0)
|
||||
l2 = input(2, 0)
|
||||
l3 = input(3, 0)
|
||||
|
||||
connect(l1, l2)
|
||||
connect(l2, l3)
|
||||
|
||||
writer = RBA::NetlistSpiceWriter::new
|
||||
|
||||
netlist.write($drc_test_target, writer, "netlist")
|
||||
|
||||
Vendored
BIN
Binary file not shown.
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
* netlist
|
||||
|
||||
* cell TOP1
|
||||
.SUBCKT TOP1
|
||||
.ENDS TOP1
|
||||
Reference in New Issue
Block a user