NGie
Newbie level 3
- Joined
- Nov 16, 2013
- Messages
- 4
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 34
I usually run the DPI in command line using
gcc -I ./include -shared -m32 -o hello.so hello.c, then
vlog -sv hello.sv and finally
vsim -c hello -sv_lib hello -> run -all
Can I somehow write these commands into modelsim.ini to compile and run them directly? I've read that the sccom section does not support the -o parameter.
gcc -I ./include -shared -m32 -o hello.so hello.c, then
vlog -sv hello.sv and finally
vsim -c hello -sv_lib hello -> run -all
Can I somehow write these commands into modelsim.ini to compile and run them directly? I've read that the sccom section does not support the -o parameter.