reduce activity error to warning.

This commit is contained in:
tangxifan 2020-04-22 17:36:02 -06:00
parent bf841b9a8e
commit 0c4904065f
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ static bool add_activity_to_net(const AtomNetlist& netlist, std::unordered_map<A
return false;
}
VTR_LOG(
"Error: net %s found in activity file, but it does not exist in the .blif file.\n",
VTR_LOG_WARN(
"net %s found in activity file, but it does not exist in the .blif file.\n",
net_name);
return true;
}