Skip to content

Commit

Permalink
Add run_script to build options
Browse files Browse the repository at this point in the history
  • Loading branch information
slan committed Feb 24, 2021
1 parent f7c2b94 commit 3db36a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nmigen/build/plat.py
Expand Up @@ -96,7 +96,7 @@ def build(self, elaboratable, name="top",
if not do_build:
return plan

products = plan.execute_local(build_dir)
products = plan.execute_local(build_dir, run_script=kwargs.get("run_script", True))
if not do_program:
return products

Expand Down

0 comments on commit 3db36a6

Please sign in to comment.