Co-authored-by: Matthias Koefferlein <[email protected]>
This commit is contained in:
Matthias Köfferlein
2024-02-11 10:36:44 +01:00
committed by GitHub
co-authored by Matthias Koefferlein
parent 8d4da8b374
commit 3ab442bfc0
5 changed files with 58 additions and 1 deletions
+15
View File
@@ -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")
BIN
View File
Binary file not shown.
+5
View File
@@ -0,0 +1,5 @@
* netlist
* cell TOP1
.SUBCKT TOP1
.ENDS TOP1