cmaraziaris / MIPS-cache-config-toolkit

Set of MIPS assembly programs to help us find a secret cache configuration (cache size, block size and associativity).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIPS-cache-config-toolkit

About

Set of MIPS assembly programs to help us find a secret cache configuration (cache size, block size and associativity) in both Data and Program cache. The expected cache size is 8KB, 16KB or 32KB, the block size range is from 4 up to 64 words per block and the associativity degree range is from 1 up to 8.

We used the QtMips simulator to simulate the cache.

More details of the implemention can be found in README.pdf (greek-only currently).

Authors

Nikos Galanis

Harry Maraziaris

Stella Fragkiadaki

About

Set of MIPS assembly programs to help us find a secret cache configuration (cache size, block size and associativity).


Languages

Language:Assembly 100.0%