Skip to content

Commit

Permalink
Remove breakpoint from code
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoduoza committed Dec 10, 2024
1 parent 01d283b commit f201df6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions canal/interconnect.py
Original file line number Diff line number Diff line change
Expand Up @@ -715,8 +715,6 @@ def parse_node(self, node_str):
elif node_str[0] == "REG":
reg_name, track, x, y, bit_width = node_str[1:]
graph = self.get_graph(bit_width)
if reg_name not in graph.get_tile(x, y).switchbox.registers:
breakpoint()
return graph.get_tile(x, y).switchbox.registers[reg_name]
elif node_str[0] == "RMUX":
rmux_name, x, y, bit_width = node_str[1:]
Expand Down

0 comments on commit f201df6

Please sign in to comment.