2019-07-12 02:09:30 +00:00
|
|
|
%Error: t/t_dpi_dup_bad.v:12: Duplicate declaration of DPI function with different formal arguments: 't.oth_f_int2'
|
2019-07-15 01:42:03 +00:00
|
|
|
import "DPI-C" pure dpii_fa_bit = function int oth_f_int2(input int i, input int bad);
|
|
|
|
^~~~~~~~~~
|
2019-07-11 23:15:40 +00:00
|
|
|
: ... New prototype: pure int dpii_fa_bit (int, int)
|
2019-05-31 00:30:59 +00:00
|
|
|
t/t_dpi_dup_bad.v:11: ... Original prototype: int dpii_fa_bit (int)
|
2019-07-15 01:42:03 +00:00
|
|
|
import "DPI-C" dpii_fa_bit = function int oth_f_int1(input int i);
|
|
|
|
^~~~~~~~~~
|
2018-11-03 18:59:04 +00:00
|
|
|
%Error: Exiting due to
|