add warning
This commit is contained in:
parent
64c4f2f7aa
commit
4a22f6ebfc
|
@ -60,6 +60,7 @@ int read_pcf(const char* fname, PcfData& pcf_data,
|
||||||
break; // or ignore the full line comment and move on
|
break; // or ignore the full line comment and move on
|
||||||
} else {
|
} else {
|
||||||
if (reduce_error_to_warning) {
|
if (reduce_error_to_warning) {
|
||||||
|
VTR_LOG_WARN("Unknown command '%s'!\n", word.c_str());
|
||||||
break;
|
break;
|
||||||
} else {
|
} else {
|
||||||
/* Reach unknown command for OpenFpga, error out */
|
/* Reach unknown command for OpenFpga, error out */
|
||||||
|
|
Loading…
Reference in New Issue