Hi,
The message from the warning is not very clear. So, can any one add more details on this warning? this will be hlepful to fix these warnings
Warning! in file /grid/cva/p4_08/sudhag/package/agile_gcc9/sjsudhag_novainstal07250930/dvproject/myfolder/tools.lnx86/esl/modelcatalogs/releasecatalog/cadence.com/transactor/smart_memory/vdefault/rtl/cdn_sm_dpi_funcs.vh at line 176 [DPI_SIGNATURE_DIFF]
Signature of DPI function/task (sm_imp_rtl2sc_read_line) has different array range(s) than the previous DPI function/task (sm_imp_rtl2sc_read_line) at line (176), in file (/grid/cva/p4_08/sudhag/package/agile_gcc9/sjsudhag_novainstal07250930/dvproject/myfolder/tools.lnx86/esl/modelcatalogs/releasecatalog/cadence.com/transactor/smart_memory/vdefault/rtl/cdn_sm_dpi_funcs.vh).
The code at line 176 is:
import "DPI-C" context function void sm_imp_rtl2sc_read_line(int unsigned id,
int unsigned addr,
int unsigned blen,
bit [7:0] ch_id,
output bit [((1<<LINE_WIDTH)*(DATA_WIDTH))-1:0] data,
int unsigned trans_id);