UHDM-integration-tests icon indicating copy to clipboard operation
UHDM-integration-tests copied to clipboard

Add ReplicationOfAssignmentPattern test

Open RRozak opened this issue 3 years ago • 0 comments

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:

%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.

RRozak avatar Dec 31 '21 11:12 RRozak