Skip to content

Final project and reports for Miaoxiang Yu and Yiming Du

Notifications You must be signed in to change notification settings

ngdymx/RI_ELE548_2023_Spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ELE548 Final report (Spr23, Miaoxiang Yu and Yiming Du)

Project description

This project aims at adding bypass topology to ship++ cache replacement policy. The details are in ELE548.pdf. The information of the simulator and traces can be found in https://crc2.ece.tamu.edu.

Compile

make all

Run

cd RunScripts
./run_traces lru-config1
./run_traces ship++-config1
./run_traces lru-simpass-config1
./run_traces ship++-simpass-config1
./run_traces prj-16k-3b-config1
./run_traces prj-16k-2b-config1
./run_traces prj-4k-3b-config1
./run_traces prj-4k-2b-config1

Show results

To show the performance, run:

cd results
./show.sh

To see the SHCT distribution, run:

cd results
./get_SHCT_dist

This command generates text files named as "SHCT.benchname.txt". The final number stored in the SHCT table is listed inside the correspoding text file.

About

Final project and reports for Miaoxiang Yu and Yiming Du

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published