%Error-UNSUPPORTED: /home/rrozak/Documents/verilator/uhdm-integration/tests/ReplicationOfAssignmentPattern//top.sv:3:18: Unsupported/Illegal: Assignment pattern member not underneath a supported construct: REPLICATE
%Error: Internal Error: /home/rrozak/Documents/verilator/uhdm-integration/tests/ReplicationOfAssignmentPattern//top.sv:3:15: ../V3Width.cpp:5387: Node has no type
But on this test, that error is thrown by original verilator too.
I will check if it is legal statement.
Because of parameter substitution, this test is similar to PatternReplicationPassedToPort test from https://github.com/chipsalliance/UHDM-integration-tests/pull/632. The error is exactly the same:
But on this test, that error is thrown by original verilator too. I will check if it is legal statement.