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 55e4ac9 commit 3bf2010Copy full SHA for 3bf2010
systemverilog-plugin/uhdmcommonfrontend.cc
@@ -63,7 +63,7 @@ void UhdmCommonFrontend::print_read_options()
63
log(" Needs to be followed by read_systemverilog -link after reading\n");
64
log(" all files.\n");
65
log(" -link\n");
66
- log(" performs actual elaboration of the files read with -defer\n");
+ log(" performs linking and elaboration of the files read with -defer\n");
67
log(" -parse-only\n");
68
log(" this parameter only applies to read_systemverilog command,\n");
69
log(" it runs only Surelog to parse design, but doesn't load generated\n");
0 commit comments