chipsalliance / UHDM-integration-tests

Apache License 2.0
30 stars 8 forks source link

Add ReplicationOfAssignmentPattern test #635

Open RRozak opened 2 years ago

RRozak commented 2 years ago

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.