mirror of https://github.com/KLayout/klayout.git
Enhanced tests
This commit is contained in:
parent
73681755ed
commit
0918e714b5
|
|
@ -17,7 +17,8 @@ connect(l2, l3)
|
|||
connect(l3, l4)
|
||||
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)")
|
||||
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 })
|
||||
|
||||
l1.output(1, 0)
|
||||
l2.output(2, 0)
|
||||
|
|
@ -26,4 +27,5 @@ l4.output(4, 0)
|
|||
l5.output(5, 0)
|
||||
|
||||
l1_measured.output(100, 0)
|
||||
l2_measured.output(101, 0)
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue