aegean0228
Results
1
issues of
aegean0228
module tb(); parameter reg[1:0] P = 2'b11; parameter reg[2:0] P1 = P[2:0]; endmodule i got: terminate called after throwing an instance of 'std::bad_variant_access' what(): Unexpected index Aborted (core dumped) LRM...