diff --git a/sam/onyx/parse_dot.py b/sam/onyx/parse_dot.py index d6b80962..1916c5fa 100644 --- a/sam/onyx/parse_dot.py +++ b/sam/onyx/parse_dot.py @@ -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