Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wiki:aca2019:ssinstall [2019/01/19 20:44] – created Andreas Moshovoswiki:aca2019:ssinstall [2019/01/19 20:54] (current) Andreas Moshovos
Line 5: Line 5:
 Get the modified Simplescalar sources, myss.tbz from here: [[http://www.eecg.toronto.edu/~moshovos/ACA/SStools|SStools]]. Get the modified Simplescalar sources, myss.tbz from here: [[http://www.eecg.toronto.edu/~moshovos/ACA/SStools|SStools]].
  
-Unpack it:+Unpack it (I assume you already installed the toolchain, created a subdirectory ACA, and a compiled a test binary named hello):
  
-''cd ~; mkdir ACA; cd ACA;+''cd ~/ACA;\\
 bunzip2 -c myss.tbz | tar xvf - bunzip2 -c myss.tbz | tar xvf -
 '' ''
 +
 +The simulator is already configured to use the PISA instruction set. Let's compile the OOO core simulator:
 +
 +''make sim-outorder''
 +
 +
 +Let's test it:
 +
 +''sim-outorder ../hello >& out''
 +
 +Open the out file and look for the  following lines:
 +
 +''sim: \*\* starting performance simulation \*\*\\
 +Hello!
 +''
 +
 +There will be oodles of statistics following that line. 
 +
 +Congrats all is working :) Or it seems that it is...