From 81180939ca5d3fbdbbf379e8983a4aa997b3591f Mon Sep 17 00:00:00 2001 From: Ganesh Gore Date: Thu, 31 Oct 2019 09:56:57 -0600 Subject: [PATCH] Bug fix: Missing exit_if_fail flag in fpga_flow script --- openfpga_flow/scripts/run_fpga_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openfpga_flow/scripts/run_fpga_flow.py b/openfpga_flow/scripts/run_fpga_flow.py index 2abaee97d..110a0f506 100644 --- a/openfpga_flow/scripts/run_fpga_flow.py +++ b/openfpga_flow/scripts/run_fpga_flow.py @@ -836,7 +836,7 @@ def run_rewrite_verilog(): run_command("Yosys", "yosys_output.txt", command) -def run_netlists_verification(): +def run_netlists_verification(exit_if_fail=True): ExecTime["VerificationStart"] = time.time() compiled_file = "compiled_"+args.top_module # include_netlists = args.top_module+"_include_netlists.v"