mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 16:28:53 +02:00
Internals: Rename isInoutish
This commit is contained in:
+1
-1
@@ -504,7 +504,7 @@ class UndrivenVisitor final : public VNVisitorConst {
|
||||
}
|
||||
void visit(AstPin* nodep) override {
|
||||
VL_RESTORER(m_inInoutPin);
|
||||
m_inInoutPin = nodep->modVarp()->isInoutish();
|
||||
m_inInoutPin = nodep->modVarp()->isInout();
|
||||
iterateChildrenConst(nodep);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user