Skip to content

Releases: Ziang95/Tomasulo_simulator

Final version

12 Dec 05:23
Compare
Choose a tag to compare

Executable is in the zip file bellow.
To test spectre attack, victim.txt and attacked_code.txt are under the root path.
Tomasulo_simulator_1.0.zip

Spectre attack validated

28 Nov 19:18
Compare
Choose a tag to compare
Pre-release

Mocking the bug appeared in MIPS CPU,
.\victim_code.txt is the original code
.\attacked_code.txt is victim with attacker prefix
run them respectively and you will find different outcome of the same victim code segment.
Tomasulo_simulator_0.3.zip

Fixed a bug that reg values couldn't be displayed correctly

16 Nov 23:46
Compare
Choose a tag to compare

The previous release does not output int reg of odd index correctly.
Fixed
Tomasulo_simulator_0.2.zip

Executable and test case

12 Nov 05:35
Compare
Choose a tag to compare
Pre-release

Simply run mips using any shell, (cmd or powershell)
Command format:
".\mips.exe .\test_case\Given_test_case.txt 3"
Where "3" is the debug level parameter (optional), set it between (1~4) to control how much debug output you want to see on screen
Tomasulo_simulator_0.1.zip