Simics/Virtutech
From CVL Wiki
(Difference between revisions)
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | + | Simics is a full-system simulator that simulates systems such as Alpha, x86-64, IA-64, ARM, MIPS (32- and 64-bit), MSP430, PowerPC (32- and 64-bit), POWER, SPARC-V8 and V9, and x86 CPUs. | |
− | First | + | First get your environment ready for Simics type: |
− | mkdir < | + | Simics |
+ | |||
+ | Now create a directory for your work-space: | ||
+ | |||
+ | mkdir <Work-Space> | ||
and change to that directory: | and change to that directory: | ||
− | cd < | + | cd <Work-Space> |
− | + | Your prompt will change to reflect this. Now type | |
− | + | workspace-setup ./ | |
− | + | Now type: | |
− | simics /software/virtutech/ | + | ./simics /software/virtutech/simics-3.0.31/targets/<whatever architecture>/<whichever machine> |
to run the program. | to run the program. | ||
+ | |||
+ | For further information please look into the directory | ||
+ | |||
+ | /software/virtutech/simics-3.0.31/doc/ | ||
+ | |||
+ | Thanks for reading and have a good day. |
Latest revision as of 15:48, 8 November 2010
Simics is a full-system simulator that simulates systems such as Alpha, x86-64, IA-64, ARM, MIPS (32- and 64-bit), MSP430, PowerPC (32- and 64-bit), POWER, SPARC-V8 and V9, and x86 CPUs.
First get your environment ready for Simics type:
Simics
Now create a directory for your work-space:
mkdir <Work-Space>
and change to that directory:
cd <Work-Space>
Your prompt will change to reflect this. Now type
workspace-setup ./
Now type:
./simics /software/virtutech/simics-3.0.31/targets/<whatever architecture>/<whichever machine>
to run the program.
For further information please look into the directory
/software/virtutech/simics-3.0.31/doc/
Thanks for reading and have a good day.