rezwanh
Newbie level 3
- Joined
- Jun 7, 2013
- Messages
- 4
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- UK
- Activity points
- 1,313
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!
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!