mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 16:28:53 +02:00
Internals: Cleanup some user() comments. No functional change.
Fixes #8048.
This commit is contained in:
+3
-1
@@ -36,11 +36,13 @@ VL_DEFINE_DEBUG_FUNCTIONS;
|
||||
// Active class functions
|
||||
|
||||
class ActiveTopVisitor final : public VNVisitor {
|
||||
// NODE STATE
|
||||
// AstVarScope::user1() // bool. Processed
|
||||
|
||||
// STATE
|
||||
SenTreeFinder m_finder; // Find global sentree's / add them under the AstTopScope
|
||||
|
||||
// METHODS
|
||||
|
||||
static bool isInitial(AstNode* nodep) {
|
||||
const VNUser1InUse user1InUse;
|
||||
// Return true if no variables that read.
|
||||
|
||||
Reference in New Issue
Block a user