Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

exporting system verilog functions and task to C using DPI

hello, I have been trying to import and export functions and task through DPI between system verilog and C. I have managed to import functions and task from C to SV:) but can't really figure out h...