mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 17:30:09 +02:00
WIP: to_string for netlist, tests, some bugfixes on device combination.
This commit is contained in:
Vendored
+5
@@ -561,6 +561,11 @@ class DBNetlist_TestClass < TestBase
|
||||
assert_equal(d1.parameter(0), -0.5)
|
||||
assert_equal(d1.parameter(1), 42)
|
||||
|
||||
assert_equal(nl.to_s, <<END)
|
||||
Circuit C ():
|
||||
DDC $1 () [U=-0.5,V=42]
|
||||
END
|
||||
|
||||
end
|
||||
|
||||
def test_10_NetlistTopology
|
||||
|
||||
Reference in New Issue
Block a user