mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 08:24:31 +02:00
Internals: Rename isInoutish
This commit is contained in:
+1
-1
@@ -775,7 +775,7 @@ public:
|
||||
const std::pair<uint32_t, uint32_t> dim = nodep->dtypep()->dimensions(false);
|
||||
UINFO(7, nodep->prettyNameQ()
|
||||
<< " pub:" << nodep->isSigPublic() << " pri:" << nodep->isPrimaryIO()
|
||||
<< " io:" << nodep->isInoutish() << " typ:" << nodep->varType() << "\n");
|
||||
<< " io:" << nodep->isInout() << " typ:" << nodep->varType() << "\n");
|
||||
const char* reason = nullptr;
|
||||
// Public variable cannot be split.
|
||||
// at least one unpacked dimension must exist
|
||||
|
||||
Reference in New Issue
Block a user