Altera_Forum
Honored Contributor
17 years agoInterfacing 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)...