Support streaming operator on arrays and wide data (#5326)

Signed-off-by: Arkadiusz Kozdra <[email protected]>
This commit is contained in:
Arkadiusz Kozdra
2024-08-06 08:48:46 -04:00
committed by GitHub
parent 3b81654c72
commit a32b8d80f9
13 changed files with 194 additions and 243 deletions
+4
View File
@@ -274,6 +274,10 @@ class PremitVisitor final : public VNVisitor {
iterateChildren(nodep);
checkNode(nodep);
}
void visit(AstCvtArrayToPacked* nodep) override {
iterateChildren(nodep);
checkNode(nodep);
}
void visit(AstSel* nodep) override {
iterateAndNextNull(nodep->fromp());
{ // Only the 'from' is part of the assignment LHS