mirror of https://github.com/VLSIDA/OpenRAM.git
Fix error in metal stack
This commit is contained in:
parent
81ab1f1f82
commit
19e7100f80
|
|
@ -457,7 +457,7 @@ class control_logic(design.design):
|
||||||
rotate=90)
|
rotate=90)
|
||||||
|
|
||||||
# OE_bar [Bus # 1] to nor2 B input
|
# OE_bar [Bus # 1] to nor2 B input
|
||||||
layer_stack = ("metal3", "via1", "metal2")
|
layer_stack = ("metal1", "via1", "metal2")
|
||||||
start = self.nor2_1_B_position
|
start = self.nor2_1_B_position
|
||||||
mid1 = vector(self.nor2_1_B_position.x+ 2 * drc["minwidth_metal2"],
|
mid1 = vector(self.nor2_1_B_position.x+ 2 * drc["minwidth_metal2"],
|
||||||
start.y)
|
start.y)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue