mirror of https://github.com/VLSIDA/OpenRAM.git
Decrease verbosity of boundary layer
This commit is contained in:
parent
7397f110c5
commit
3deeaf7164
|
|
@ -530,7 +530,7 @@ class layout():
|
|||
width=width,
|
||||
height=height,
|
||||
center=False)
|
||||
debug.info(0, "Adding {0} boundary {1}".format(self.name, boundary))
|
||||
debug.info(2, "Adding {0} boundary {1}".format(self.name, boundary))
|
||||
|
||||
|
||||
self.visited.append(self.name)
|
||||
|
|
|
|||
Loading…
Reference in New Issue