Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wiki:aca2019:ssinstall [2019/01/19 20:44] – created Andreas Moshovos | wiki:aca2019:ssinstall [2019/01/19 20:54] (current) – Andreas Moshovos | ||
---|---|---|---|
Line 5: | Line 5: | ||
Get the modified Simplescalar sources, myss.tbz from here: [[http:// | Get the modified Simplescalar sources, myss.tbz from here: [[http:// | ||
- | Unpack it: | + | Unpack it (I assume you already installed the toolchain, created a subdirectory ACA, and a compiled a test binary named hello): |
- | '' | + | '' |
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: | ||
+ | |||
+ | '' | ||
+ | |||
+ | |||
+ | Let's test it: | ||
+ | |||
+ | '' | ||
+ | |||
+ | Open the out file and look for the following lines: | ||
+ | |||
+ | '' | ||
+ | Hello! | ||
+ | '' | ||
+ | |||
+ | There will be oodles of statistics following that line. | ||
+ | |||
+ | Congrats all is working :) Or it seems that it is... | ||