Dinero (cache simulator)
Dinero is a uniprocessor CPU cache simulator for memory reference traces written by Dr. Jan Edler and Prof. Mark D. Hill of the University of Wisconsin–Madison. It is frequently used for educational purposes.[1]
How to
License & Installation
Dinero is copyrighted software, but is freely available for non-commercial use.[2] It is distributed from the Dinero IV official homepage.
To install the software, download it, extract the archives, open a terminal shell, and type:
% cd <path/to/extracted/directory> % ./configure
This will configure the software for your system and create a Makefile. Then type
% make
to complete the installation.
See also
References
- ↑ course homepage of lecture in Computer Science, IIT
other lecture materials related to use dinero in university : - ↑ dinero copyright terms
External links
This article is issued from Wikipedia - version of the 6/21/2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.