mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-03 00:08:18 +02:00
Fix contact order in test
This commit is contained in:
@@ -42,7 +42,7 @@ class wire_test(openram_test):
|
||||
|
||||
min_space = 2 * (tech.drc["minwidth_poly"] +
|
||||
tech.drc["minwidth_metal1"])
|
||||
layer_stack = ("metal1", "contact", "poly")
|
||||
layer_stack = ("poly", "contact", "metal1")
|
||||
old_position_list = [[0, 0],
|
||||
[0, 3 * min_space],
|
||||
[1 * min_space, 3 * min_space],
|
||||
|
||||
Reference in New Issue
Block a user