mirror of https://github.com/VLSIDA/OpenRAM.git
remove breakpoint
This commit is contained in:
parent
6705f99855
commit
97f43e31f0
|
|
@ -149,7 +149,6 @@ class pin_group:
|
||||||
pin_list.append(enclosure)
|
pin_list.append(enclosure)
|
||||||
|
|
||||||
if len(pin_list) == 0:
|
if len(pin_list) == 0:
|
||||||
breakpoint()
|
|
||||||
debug.error("Did not find any enclosures for {}".format(self.name))
|
debug.error("Did not find any enclosures for {}".format(self.name))
|
||||||
self.router.write_debug_gds("pin_enclosure_error.gds")
|
self.router.write_debug_gds("pin_enclosure_error.gds")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue