mod warming message

This commit is contained in:
Lin 2024-11-01 10:46:29 +08:00
parent f085299b8a
commit 4bbd458dc6
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ int read_pcf(const char* fname, PcfData& pcf_data,
break; // or ignore the full line comment and move on
} else {
if (reduce_error_to_warning) {
VTR_LOG_WARN("Unknown command '%s'!\n", word.c_str());
VTR_LOG_WARN("Bypass unknown command '%s' !\n", word.c_str());
break;
} else {
/* Reach unknown command for OpenFpga, error out */