mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 03:14:05 +02:00
Misc internal coverage improvements.
This commit is contained in:
+1
-1
@@ -457,7 +457,7 @@ private:
|
||||
}
|
||||
}
|
||||
|
||||
virtual void visit(AstNodeFor* nodep) VL_OVERRIDE {
|
||||
virtual void visit(AstNodeFor* nodep) VL_OVERRIDE { // LCOV_EXCL_LINE
|
||||
nodep->v3fatalSrc(
|
||||
"For statements should have been converted to while statements in V3Begin");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user