2019-07-12 04:09:30 +02: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 03:42:03 +02:00
|
|
|
import "DPI-C" pure dpii_fa_bit = function int oth_f_int2(input int i, input int bad);
|
|
|
|
|
^~~~~~~~~~
|
2019-07-12 01:15:40 +02:00
|
|
|
: ... New prototype: pure int dpii_fa_bit (int, int)
|
2019-05-31 02:30:59 +02:00
|
|
|
t/t_dpi_dup_bad.v:11: ... Original prototype: int dpii_fa_bit (int)
|
2019-07-15 03:42:03 +02:00
|
|
|
import "DPI-C" dpii_fa_bit = function int oth_f_int1(input int i);
|
|
|
|
|
^~~~~~~~~~
|
2018-11-03 19:59:04 +01:00
|
|
|
%Error: Exiting due to
|