Fix contact order in test

This commit is contained in:
Matthew Guthaus 2019-12-05 01:06:31 +00:00
parent 69bb245f28
commit d519c00aa1
1 changed files with 1 additions and 1 deletions

View File

@ -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],