mirror of
https://github.com/verilator/verilator.git
synced 2026-09-07 18:06:07 +02:00
Visitors that just accept netlists should say so. No functional change
This commit is contained in:
+1
-1
@@ -1197,7 +1197,7 @@ void V3Width::widthSignedIfNotAlready(AstNode* nodep) {
|
||||
}
|
||||
}
|
||||
|
||||
void V3Width::widthCommit(AstNode* nodep) {
|
||||
void V3Width::widthCommit(AstNetlist* nodep) {
|
||||
UINFO(2,__FUNCTION__<<": "<<endl);
|
||||
WidthCommitVisitor visitor (nodep);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user