mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 17:39:02 +02:00
Fix width of replica routes. Don't enclose pins if they overlap sufficiently.
This commit is contained in:
@@ -189,7 +189,7 @@ class pin_layout:
|
||||
if max_x - min_x == 0 or max_y - min_y == 0:
|
||||
return None
|
||||
|
||||
return [vector(min_x, min_y), vector(max_x, max_y)]
|
||||
return pin_layout("", [vector(min_x, min_y), vector(max_x, max_y)], self.layer)
|
||||
|
||||
def xoverlaps(self, other):
|
||||
""" Check if shape has x overlap """
|
||||
|
||||
Reference in New Issue
Block a user