Skip to content

Commit 2ec0e35

Browse files
authored
Merge pull request chipsalliance#512 from antmicro/kr/change_remove_message
systemverilog-plugin: update remove module message
2 parents f527ced + 7d27424 commit 2ec0e35

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
@@ -2015,7 +2015,7 @@ void UhdmAst::process_design()
20152015
current_node->children.push_back(pair.second);
20162016
}
20172017
} else {
2018-
log_warning("Removing unused module: %s from the design.\n", pair.second->str.c_str());
2018+
log_warning("Removing unelaborated module: %s from the design.\n", pair.second->str.c_str());
20192019
// TODO: This should be properly erased from the module, but it seems that it's
20202020
// needed to resolve scope
20212021
delete pair.second;

0 commit comments

Comments
 (0)