Skip to content
This repository was archived by the owner on Jan 11, 2019. It is now read-only.
/ MatrixCacheSim Public archive

Simulator for the CSE351 lab4 Matrix Transposition challenge.

License

Notifications You must be signed in to change notification settings

Documidas/MatrixCacheSim

Repository files navigation

Setup

  • Download or clone the project
  • Open a terminal window in the project's folder
  • Run bundle install
    • If you get an error, you may need to look up how to install Ruby (and/or Rails) onto your system
  • Run bundle exec rails s to launch the Rails web server (depending on your Ruby configuration, entering rails s may also work)
  • Open a browser and navigate to localhost:3000

Todo

  • Add algorithm validation
  • Add support for other cache associativities

About

Simulator for the CSE351 lab4 Matrix Transposition challenge.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published