Simics/Virtutech
From CVL Wiki
(Difference between revisions)
(New page: I don't know what this package does. To get your environment ready for this type: Simics Your prompt will change to reflect this. Now type: simics <file_name> to run the program.) |
|||
Line 1: | Line 1: | ||
I don't know what this package does. | I don't know what this package does. | ||
− | + | First create a directory for your project: | |
+ | |||
+ | mkdir <project_name> | ||
+ | |||
+ | and change to that directory: | ||
+ | |||
+ | cd <project_name> | ||
+ | |||
+ | Now, to get your environment ready for this type: | ||
Simics | Simics | ||
Line 7: | Line 15: | ||
Your prompt will change to reflect this. Now type: | Your prompt will change to reflect this. Now type: | ||
− | simics <file_name> | + | simics /software/virtutech/files/<file_name> |
to run the program. | to run the program. |
Revision as of 14:25, 1 November 2010
I don't know what this package does.
First create a directory for your project:
mkdir <project_name>
and change to that directory:
cd <project_name>
Now, to get your environment ready for this type:
Simics
Your prompt will change to reflect this. Now type:
simics /software/virtutech/files/<file_name>
to run the program.