mirror of
https://github.com/verilator/verilator.git
synced 2026-09-08 18:36:36 +02:00
Internals: Create user#Inc routines
This commit is contained in:
+1
-2
@@ -128,8 +128,7 @@ private:
|
||||
virtual void visit(AstVarScope* nodep, AstNUser*) {
|
||||
if (nodep->isCircular()) {
|
||||
UINFO(8," CIRC "<<nodep<<endl);
|
||||
if (!nodep->user1()) {
|
||||
nodep->user1(true);
|
||||
if (!nodep->user1Inc()) {
|
||||
genChangeDet(nodep);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user