Home
last modified time | relevance | path

Searched refs:systemCFound (Results 1 – 3 of 3) sorted by relevance

/dports/cad/verilator/verilator-4.216/src/
H A DV3EmitMk.cpp164 if (v3Global.opt.systemC() && !V3Options::systemCFound()) { in emitOverallMake()
H A DV3Options.h635 static bool systemCFound(); // SystemC installed, or environment points to it
H A DV3Options.cpp704 bool V3Options::systemCFound() { in systemCFound() function in V3Options
1687 cout << " SystemC found = " << cvtToStr(systemCFound()) << endl; in showVersion()