Skip to content

Commit

Permalink
remove unwanted breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcheng15 committed Jan 22, 2024
1 parent 93a2846 commit c5b457b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sam/onyx/parse_dot.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@ def map_alu(self):
metamapper_env = os.environ.copy()
metamapper_env["PIPELINED"] = "0"
subprocess.run(["python", "/aha/MetaMapper/scripts/map_app.py", self.collat_dir + "/alu_coreir_spec.json"], env=metamapper_env)
breakpoint()


def get_next_seq(self):
ret = self.seq
Expand Down

0 comments on commit c5b457b

Please sign in to comment.