mirror of
https://github.com/verilator/verilator.git
synced 2026-09-07 10:01:11 +02:00
Add toggle coverage
This commit is contained in:
@@ -674,6 +674,9 @@ private:
|
||||
iterateNewStmt(nodep);
|
||||
m_inPost = false;
|
||||
}
|
||||
virtual void visit(AstCoverToggle* nodep, AstNUser*) {
|
||||
iterateNewStmt(nodep);
|
||||
}
|
||||
virtual void visit(AstCFunc*, AstNUser*) {
|
||||
// Ignore for now
|
||||
// We should detect what variables are set in the function, and make
|
||||
|
||||
Reference in New Issue
Block a user