Forum Discussion

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

Interfacing to C

Has anybody managed to successfully interface to C in Modelsim? I have a function or procedure in VHDL which I want to farm out to a bit of C code: function my_function (input : integer)...