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

EarlGrey: adc_ctrl_core.sv doesn't work in Verilator

Open RRozak opened this issue 3 years ago • 2 comments

RRozak avatar Oct 20 '21 11:10 RRozak

I created the test of this module: https://github.com/chipsalliance/UHDM-integration-tests/pull/564 It throws an error: %Error: Member selection of non-struct/union object 'SEL' which is a 'PACKARRAYDTYPE' And 8 warnings like

%Warning-WIDTH:adc_ctrl_core.sv:101:14: Operator LTE expects 10 bits on the LHS, but LHS's CONST '1'h0' generates 1 bits.

caused probably by the same bug

RRozak avatar Oct 20 '21 11:10 RRozak

https://github.com/chipsalliance/UHDM-integration-tests/pull/565 reproduces the error, which is caused by the same problem as warnings: https://github.com/chipsalliance/Surelog/issues/2095

RRozak avatar Oct 20 '21 12:10 RRozak