reduce activity error to warning.
This commit is contained in:
parent
bf841b9a8e
commit
0c4904065f
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue