mirror of https://github.com/VLSIDA/OpenRAM.git
Change warning to info
This commit is contained in:
parent
7fce6f06ca
commit
7ce75398a8
|
|
@ -317,7 +317,7 @@ class router(router_tech):
|
||||||
|
|
||||||
# If that fails, just randomly remove from the bigger one and give a warning.
|
# If that fails, just randomly remove from the bigger one and give a warning.
|
||||||
# This might fail later.
|
# This might fail later.
|
||||||
debug.warning("Removing arbitrary grids from a pin group {} {}".format(bigger, bigger_grids))
|
debug.info(1,"Removing arbitrary grids from a pin group {} {}".format(bigger, bigger_grids))
|
||||||
debug.check(len(bigger.grids)>len(bigger_grids),"Zero size pin group after adjacency removal {} {}".format(bigger, bigger_grids))
|
debug.check(len(bigger.grids)>len(bigger_grids),"Zero size pin group after adjacency removal {} {}".format(bigger, bigger_grids))
|
||||||
bigger.grids.difference_update(bigger_grids)
|
bigger.grids.difference_update(bigger_grids)
|
||||||
self.blocked_grids.update(bigger_grids)
|
self.blocked_grids.update(bigger_grids)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue