tpjnorton / simple

A simple superscalar processor simulator, implemented in C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple

A simple superscalar processor simulator for Unix/Linux, implemented in C++.

Simple supports superscalar instruction issue/dispatch with dynamic branch prediction. ISA documentation has been included for your use.

To Build:

make remake

To Run:

./simple [inputfile] 

Happy Simulating!

About

A simple superscalar processor simulator, implemented in C++.


Languages

Language:C++ 99.7%Language:Makefile 0.3%