cannot open macro file: system.do

Status
Not open for further replies.

mahound

Newbie level 5
Joined
Feb 14, 2012
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Visit site
Activity points
1,376
Hi
I am a beginer for modelsim. I made a project as microblaze. then I wanted to simulate it.
I run modelsim through this command: make -f system.make sim
Then I run 4steps for simulation. the first step is : do system_setup.do;c
but this step cannot completely run and give an error : # cannot open macro file: system.do
"system" term is name of my project.

please help me
thanks
 

A .do file in modelsim is a run script having a collection of modelsim commands (required to compile,load and run the design). It might also be a set of signals which have to transferred on to the wave window(in which case you have to run it after the simulation is run). This file is missing in your setup.
 

make sure you're in the same directory as system.do
type "pwd" to see current path.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…