Hi, I need to run some simple C++ programs in order to get some input stimulus for my verilog files. I want to run this inside Modelsim. I found a link on net: **broken link removed**
I tried something like this in modelsim:
cl -c -GX -I C:/foldername myprogram.cpp
And it gives me following error:
ambiguous command name "cl": clock close closelog
Can anyone tell me what's wrong with here? If anyone has experience of running C++(not SystemC) program in Modeslsim. I am using ModelSim PE 6.6a version. Thanks in advance!