Use preferred routing direction

This commit is contained in:
mrg
2020-06-28 14:29:12 -07:00
parent 4df02dad67
commit 225fc69420
+1 -1
View File
@@ -888,7 +888,7 @@ class bank(design.design):
route_map = list(zip(decode_pins, column_mux_pins))
if "li" in layer:
stack = self.li_stack
directions = "nonpref"
directions = "pref"
else:
stack = self.m1_stack
directions = "pref"