chipsalliance / UHDM-integration-tests

Apache License 2.0
30 stars 8 forks source link

Earlgrey: prim_esc_receiver doesn't work in Verilator after Opentitan update #514

Closed rkapuscik closed 3 years ago

rkapuscik commented 3 years ago

After updating Opentitan to newest version, prim_esc_receiver test is failing with:

%Error-PINNOTFOUND: Parameter pin not found: 'ResetValue'
%Error-PINNOTFOUND: Parameter pin not found: 'Width'
%Error-PINNOTFOUND: Pin not found: 'clk_i'
%Error-PINNOTFOUND: Pin not found: 'rst_ni'
%Error-PINNOTFOUND: Pin not found: 'd_i'
%Error-PINNOTFOUND: Pin not found: 'q_o'
%Error: Exiting due to 6 error(s)
RRozak commented 3 years ago

Makefile and .cpp file require change: https://github.com/antmicro/uhdm-integration/pull/213