diff --git a/compiler/base/channel_route.py b/compiler/base/channel_route.py index 9b240a72..d64b7e3c 100644 --- a/compiler/base/channel_route.py +++ b/compiler/base/channel_route.py @@ -99,8 +99,6 @@ class channel_route(design.design): channel_route.unique_id += 1 super().__init__(name) - if self.name == "cr_7": - breakpoint() self.netlist = netlist self.offset = offset self.layer_stack = layer_stack