UHDM-integration-tests
UHDM-integration-tests copied to clipboard
EarlGrey: adc_ctrl_core.sv doesn't work in Verilator
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
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