mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 01:14:35 +02:00
Added more test cases
This commit is contained in:
Vendored
+4
@@ -19,6 +19,8 @@ connect(l4, l5)
|
||||
|
||||
l1_measured = evaluate_nets(l1, { "l2" => l2, "l3" => l3, "l4" => l4, "l5" => l5 }, "put(5, area(l5)); put(0, area); put(100, area(l5)/area)")
|
||||
l2_measured = evaluate_nets(l1, {}, "put(0, area*factor)", { "factor" => 1000.0 })
|
||||
l3_measured = evaluate_nets(l1, {}, "put(0, net.name)")
|
||||
l4_measured = evaluate_nets(l1, {}, "skip(net.name == n)", { "n" => "NET1" })
|
||||
|
||||
l1.output(1, 0)
|
||||
l2.output(2, 0)
|
||||
@@ -28,4 +30,6 @@ l5.output(5, 0)
|
||||
|
||||
l1_measured.output(100, 0)
|
||||
l2_measured.output(101, 0)
|
||||
l3_measured.output(102, 0)
|
||||
l4_measured.output(103, 0)
|
||||
|
||||
|
||||
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user