mirror of
https://github.com/verilator/verilator.git
synced 2026-09-04 00:30:34 +02:00
Internals: Remove dead code, fix or sign off coverage
Remove/fix/signoff uncontroversial code coverage holes. Also added a couple TODOs that should be investigated at some point
This commit is contained in:
+2
-2
@@ -547,8 +547,8 @@ class UndrivenVisitor final : public VNVisitorConst {
|
||||
void visit(AstNodeCoverDecl*) override {}
|
||||
void visit(AstCoverInc*) override {}
|
||||
void visit(AstCoverToggle*) override {}
|
||||
void visit(AstTraceDecl*) override {}
|
||||
void visit(AstTraceInc*) override {}
|
||||
void visit(AstTraceDecl* nodep) override { nodep->v3fatalSrc("Should not exist yet"); }
|
||||
void visit(AstTraceInc* nodep) override { nodep->v3fatalSrc("Should not exist yet"); }
|
||||
|
||||
// iterate
|
||||
void visit(AstConst* nodep) override {}
|
||||
|
||||
Reference in New Issue
Block a user