2020-03-15 02:02:42 +00:00
|
|
|
%Error: t/t_dpi_dup_bad.v:12:51: 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);
|
|
|
|
^~~~~~~~~~
|
2020-03-15 02:02:42 +00:00
|
|
|
: ... New prototype: pure int dpii_fa_bit (int, int)
|
|
|
|
t/t_dpi_dup_bad.v:11:47: ... 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
|