mirror of https://github.com/VLSIDA/OpenRAM.git
Remove debug print statement
This commit is contained in:
parent
69fe050bad
commit
e8239c5e77
|
|
@ -124,7 +124,7 @@ class grid:
|
|||
|
||||
def add_perimeter_target(self, side="all"):
|
||||
debug.info(3, "Adding perimeter target")
|
||||
print(self.ll, self.ur)
|
||||
|
||||
perimeter_list = []
|
||||
# Add the left/right columns
|
||||
if side=="all" or side=="left":
|
||||
|
|
|
|||
Loading…
Reference in New Issue