Fixing typo in run_fpga_flow.py

This commit is contained in:
Christophe Alexandre 2021-10-18 09:13:42 +00:00
parent d411967159
commit c3dd704bf3
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ def validate_command_line_arguments():
- Activity file
- Base verilog file
'''
logger.info("Validating commnad line arguments")
logger.info("Validating command line arguments")
if args.debug:
logger.info("Setting loggger in debug mode")