Bug fix: Missing exit_if_fail flag in fpga_flow script
This commit is contained in:
parent
c034b871bb
commit
81180939ca
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue