Home
last modified time | relevance | path

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

/dports/cad/verilator/verilator-4.216/src/
H A DV3FileLine.h221 bool coverageOn() const { return m_warnOn.test(V3ErrorCode::I_COVERAGE); } in coverageOn()
222 void coverageOn(bool flag) { warnOn(V3ErrorCode::I_COVERAGE, flag); } in coverageOn()
H A DV3Error.h50 I_COVERAGE, // Coverage is on/off from /*verilator coverage_on/off*/ enumerator
H A Dverilog.y6388 { if (($1 == V3ErrorCode::I_COVERAGE) || ($1 == V3ErrorCode::I_TRACING)) {
6425 yVLT_COVERAGE_OFF { $$ = V3ErrorCode::I_COVERAGE; }
6438 yVLT_COVERAGE_ON { $$ = V3ErrorCode::I_COVERAGE; }