1
0
mirror of https://github.com/verilator/verilator.git synced 2025-04-16 01:26:54 +00:00
verilator/test_regress/t/t_dpi_logic_bad.out
2024-03-02 10:15:19 -05:00

5 lines
293 B
Plaintext

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