[lib] typo

This commit is contained in:
tangxifan 2022-08-22 18:29:20 -07:00
parent bdb051f787
commit d5f56aada3
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ int pcf2place(const PcfData& pcf_data,
VTR_LOG_ERROR("PCF contains invalid I/O assignment!\n");
return 1;
} else {
VTR_LOG_ERROR("PCF basic check passed\n");
VTR_LOG_INFO("PCF basic check passed\n");
}
/* Build the I/O place */