Internals: Rename isInoutish

This commit is contained in:
Wilson Snyder
2024-11-25 18:25:36 -05:00
parent 1277a40b31
commit a934d965be
11 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -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);
}