mirror of https://github.com/VLSIDA/OpenRAM.git
Reduce output clutter from gds write
This commit is contained in:
parent
f57eeb88eb
commit
94d7000717
|
|
@ -739,7 +739,7 @@ class layout():
|
||||||
width=width,
|
width=width,
|
||||||
height=height,
|
height=height,
|
||||||
center=False)
|
center=False)
|
||||||
debug.info(2, "Adding {0} boundary {1}".format(self.name, boundary))
|
debug.info(4, "Adding {0} boundary {1}".format(self.name, boundary))
|
||||||
|
|
||||||
self.visited.append(self.name)
|
self.visited.append(self.name)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue