This project has been migrated to another repository, in order to see the latest version, please go to https://github.com/etsiiull/SIMDE
SIMDE is a simulator for supporting teaching of ILP (Instruction Level Parallelism) Architectures. This simulator is a visual representation of a Superecalar machine execution and the students are able to see how the instructions move through the multiple stages of the machine.
This make easier to learn concepts suchs as Tomasulo's algorithm and the purpose of structures such as the reorderbuffer.
SIMDE has been built using modern web technologies such as Typescript, React, Sass and Webpack.
The project has been released under GPLv3 License.
If you have any doubt you should check the official docs here.
This project has been rewrite from scratch by me using the original simulator made by Iván Castilla Rodríguez.
All credit for the core design should go to him.