diff --git a/src/V3Options.cpp b/src/V3Options.cpp index 10d83bd1b..644ea6961 100644 --- a/src/V3Options.cpp +++ b/src/V3Options.cpp @@ -1758,9 +1758,9 @@ void V3Options::showVersion(bool verbose) { cout << " SYSTEMC_ARCH = " << V3Os::getenvStr("SYSTEMC_ARCH", "") << endl; cout << " SYSTEMC_INCLUDE = " << V3Os::getenvStr("SYSTEMC_INCLUDE", "") << endl; cout << " SYSTEMC_LIBDIR = " << V3Os::getenvStr("SYSTEMC_LIBDIR", "") << endl; - cout << " VERILATOR_ROOT = " << V3Os::getenvStr("VERILATOR_ROOT", "") << endl; - // wrapper uses this: + // wrapper uses VERILATOR_BIN cout << " VERILATOR_BIN = " << V3Os::getenvStr("VERILATOR_BIN", "") << endl; + cout << " VERILATOR_ROOT = " << V3Os::getenvStr("VERILATOR_ROOT", "") << endl; cout << endl; cout << "Features (based on environment or compiled-in support):\n";