Skip to content

Commit

Permalink
removed environment var that skip the formal check for floating point…
Browse files Browse the repository at this point in the history
… operation
  • Loading branch information
bobcheng15 committed Apr 1, 2024
1 parent 9663559 commit dd1b972
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 @@ -261,8 +261,6 @@ def map_alu(self):
metamapper_env = os.environ.copy()
metamapper_env["PIPELINED"] = "0"
# no need to peroform branch delay matching because we have rv interface in sparse
metamapper_env["PROVE"] = "0"
# FIXME: disable for now until verification of floating point computation is fixed
metamapper_env["MATCH_BRANCH_DELAY"] = "0"
subprocess.run(["python", "/aha/MetaMapper/scripts/map_app.py", self.collat_dir + "/alu_coreir_spec.json"],
env=metamapper_env)
Expand Down

0 comments on commit dd1b972

Please sign in to comment.