mpriestleyidex

Results 3 issues of mpriestleyidex

Verilator version tried: 5.016. Let's say I have C: ``` typedef struct { int f1; int f2; } thing_t; ``` and SV: ``` typedef struct { int f1; int f2;...

status: ready
type: feature-IEEE
area: vpi/dpi/api

It's a fairly well trodden path to write testcases in C. The simulator calls the C testcase, which in turn interacts with the simulation via various DPI export callbacks. A...

The following line is legal Systemverilog, but the pygments lexer chokes on it: ``` import "DPI-C" function void thing(int a, int b); ``` renders as: ![image](https://github.com/user-attachments/assets/3d519c54-b415-44c9-9793-8f02181080ee) I think there's an...