Skip to content

Commit

Permalink
[RTLMVU] FORCE_BEHAVIORAL=0 for synth again (came from cherry picking)
Browse files Browse the repository at this point in the history
  • Loading branch information
maltanar committed Jan 10, 2025
1 parent 6c896e4 commit ec36907
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def generate_hdl(self, model, fpgapart, clk):
os.path.join(code_gen_dir, self.get_nodeattr("gen_top_module") + "_wrapper.v"),
"w",
) as f:
f.write(template_wrapper.replace("$FORCE_BEHAVIORAL$", str(1)))
f.write(template_wrapper.replace("$FORCE_BEHAVIORAL$", str(0)))
with open(
os.path.join(code_gen_dir, self.get_nodeattr("gen_top_module") + "_wrapper_sim.v"),
"w",
Expand Down

0 comments on commit ec36907

Please sign in to comment.