You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Experiments to simulate multiple cache hierarchies, L1/L2 set-associativities, block sizes using DineroIV, and measure impact on Cycles Per Instruction (CPI) and Average Memory Access Time (AMAT).
VMIPS Rust is a Rust implementation of a MIPS-like processor simulator, featuring functional and timing simulators for the VMIPS architecture. It supports hazard detection, cache hierarchy simulation, and debugging capabilities.