We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d852e75 commit 7d27424Copy full SHA for 7d27424
systemverilog-plugin/UhdmAst.cc
@@ -2012,7 +2012,7 @@ void UhdmAst::process_design()
2012
current_node->children.push_back(pair.second);
2013
}
2014
} else {
2015
- log_warning("Removing unused module: %s from the design.\n", pair.second->str.c_str());
+ log_warning("Removing unelaborated module: %s from the design.\n", pair.second->str.c_str());
2016
// TODO: This should be properly erased from the module, but it seems that it's
2017
// needed to resolve scope
2018
delete pair.second;
0 commit comments