Use the new config filename in bitbuilder logging

This commit is contained in:
Zixian Cai 2023-01-27 17:46:51 +11:00 committed by GitHub
parent 257203476d
commit bf6825e4fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -525,7 +525,7 @@ class VitisBitBuilder(BitBuilder):
hwdb_entry += " custom_runtime_config: null\n"
message_title = "FireSim FPGA Build Completed"
message_body = "Your bitstream has been created!\nAdd\n\n" + hwdb_entry + "\nto your config_hwdb.ini to use this hardware configuration."
message_body = "Your bitstream has been created!\nAdd\n\n" + hwdb_entry + "\nto your config_hwdb.yaml to use this hardware configuration."
rootLogger.info(message_title)
rootLogger.info(message_body)