1
0
mirror of https://github.com/verilator/verilator.git synced 2025-04-29 03:56:58 +00:00
verilator/test_regress/t/t_dpi_logic_bad.out

5 lines
293 B
Plaintext

%Error: t/t_dpi_logic_bad.v:12:54: DPI function may not return type BASICDTYPE 'logic' (IEEE 1800-2017 35.5.5)
12 | import "DPI-C" dpii_fa_bit = function logic [2:0] oth_f_int1(input time i);
| ^~~~~~~~~~
%Error: Exiting due to