Skip to content

Commit 7d27424

Browse files
committed
systemverilog-plugin: update remove module message
Signed-off-by: Kamil Rakoczy <[email protected]>
1 parent d852e75 commit 7d27424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systemverilog-plugin/UhdmAst.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2012,7 +2012,7 @@ void UhdmAst::process_design()
20122012
current_node->children.push_back(pair.second);
20132013
}
20142014
} else {
2015-
log_warning("Removing unused module: %s from the design.\n", pair.second->str.c_str());
2015+
log_warning("Removing unelaborated module: %s from the design.\n", pair.second->str.c_str());
20162016
// TODO: This should be properly erased from the module, but it seems that it's
20172017
// needed to resolve scope
20182018
delete pair.second;

0 commit comments

Comments
 (0)