mirror of https://github.com/VLSIDA/OpenRAM.git
Remove breakpoint
This commit is contained in:
parent
08c2e21724
commit
b841e18abd
|
|
@ -99,8 +99,6 @@ class channel_route(design.design):
|
||||||
channel_route.unique_id += 1
|
channel_route.unique_id += 1
|
||||||
super().__init__(name)
|
super().__init__(name)
|
||||||
|
|
||||||
if self.name == "cr_7":
|
|
||||||
breakpoint()
|
|
||||||
self.netlist = netlist
|
self.netlist = netlist
|
||||||
self.offset = offset
|
self.offset = offset
|
||||||
self.layer_stack = layer_stack
|
self.layer_stack = layer_stack
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue