Simics/Virtutech

From CVL Wiki

(Difference between revisions)
Jump to: navigation, search
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
I don't know what this package does.
+
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 create a directory for your project:
+
First get your environment ready for Simics type:
  
  mkdir <project_name>
+
Simics
 +
 
 +
Now create a directory for your work-space:
 +
 
 +
  mkdir <Work-Space>
  
 
and change to that directory:
 
and change to that directory:
  
  cd <project_name>
+
  cd <Work-Space>
  
Now, to get your environment ready for this type:
+
Your prompt will change to reflect this.  Now type
  
  Simics
+
  workspace-setup ./
  
Your prompt will change to reflect this.  Now type:
+
Now type:
  
  simics /software/virtutech/files/<file_name>
+
  ./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 16: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.

Views
Personal tools
Support