Fixing small typo in run_fpga_flow.py
This commit is contained in:
parent
1017a6a619
commit
d411967159
|
@ -271,7 +271,7 @@ def main():
|
|||
|
||||
if (args.fpga_flow == "vpr_blif"):
|
||||
collect_files_for_vpr()
|
||||
logger.info("Runing OpenFPGA Shell Engine ")
|
||||
logger.info("Running OpenFPGA Shell Engine ")
|
||||
run_openfpga_shell()
|
||||
if args.end_flow_with_test:
|
||||
run_netlists_verification()
|
||||
|
|
Loading…
Reference in New Issue