Differences

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

Link to this comparison view

Next revision
Previous revision
wiki:aca2019:assignments [2019/01/19 20:05] – created Andreas Moshovoswiki:aca2019:assignments [2019/01/20 10:15] (current) Andreas Moshovos
Line 6: Line 6:
  
 1. The simplescalar simulator sources.  1. The simplescalar simulator sources. 
 +
 2. GNU GCC and BINUTILS toolchain which can generate and manipulate binaries for the simulated architecture (PISA a derivative of MIPS). 2. GNU GCC and BINUTILS toolchain which can generate and manipulate binaries for the simulated architecture (PISA a derivative of MIPS).
 +
 3. If you wish to run the gcc and the binutils you will have to install the cygwin environment on a windows machine. Make sure to install the 32-bit version. If you already have the 64-bit version installed, no worries, just install the 32-bit cygwin as well. They can happily co-exist. 3. If you wish to run the gcc and the binutils you will have to install the cygwin environment on a windows machine. Make sure to install the 32-bit version. If you already have the 64-bit version installed, no worries, just install the 32-bit cygwin as well. They can happily co-exist.
  
-[[wiki:aca2019:cygwin32install|Here's how to install cygwin32]].+#1 and #2 above can be found here: [[http://www.eecg.toronto.edu/~moshovos/ACA/SStools|Simplescalar sources and compilers.]] **(link corrected)** 
 + 
 +Do these in the order presented: 
 + 
 +1. Can skip if cygwin32 is already installed. [[wiki:aca2019:cygwin32install|Here's how to install cygwin32]]
 + 
 +2. [[wiki:aca2019:sscompiler|How to install the compilers and compile your first program]] under cygwin.
  
-#1 and #2 above can be found here: [[http://www.eecg.toronto.edu/~moshovos/ACA/SS|Simplescalar sources and compilers.]]+3. [[wiki:aca2019:ssinstall|How to compile one of the simplescalar simulators]] under cygwin.
  
-[[wiki:aca2019:sscompiler|How to install the compilers and compile your first program]] under cygwin.+4. [[http://www.eecg.toronto.edu/~moshovos/ACA/SStools/EIO/|Here's a set of benchmarks you can use]]. These are traces of execution. They contain a complete checkpoint of the machine's state after 1B of instructions and a record of all return values from system calls for the next 1B instructions. This way you can replay the execution of the program. Simplescalar generates these EIO traces. They are useful in multiple ways: a. You do not need to have the binaries and inputs. 2. You do not have to simulate the first 1B instructions (this supposedly allows us to skip the initialization).
  
-[[wiki:aca2019:ssinstall|How to compile one of the simplescalar simulators]] under cygwin.+{{ :wiki:aca2019:simplescalar-v2.pdf | Here's a document describing Simplescalar}} .
  
 +[[wiki:aca2019:assign_scheduler| The actual assignment]].