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
I know how to compile and simulate modelsim from Windows DOS using a .do file like this:
vsim -c -do run.do
This runs modelsim inside DOS window using this macro file I created and I can see all the logs in my DOS window. Modelsim runs in the background. Now I want instead opening a Modelsim window from the DOS command. You must be wondering why I need this as I can directly open a modelsim. I need this as all my tests are run inside windows batch mode and we don't use interactive mode unless any specific test fails. My batch file looks for optional parameter and depends on that it will run in two different modes. Any help would be appreciated.
vsim -c -do run.do
This runs modelsim inside DOS window using this macro file I created and I can see all the logs in my DOS window. Modelsim runs in the background. Now I want instead opening a Modelsim window from the DOS command. You must be wondering why I need this as I can directly open a modelsim. I need this as all my tests are run inside windows batch mode and we don't use interactive mode unless any specific test fails. My batch file looks for optional parameter and depends on that it will run in two different modes. Any help would be appreciated.