Skip to content

sachinpuranik99/SHiP_Cache_Replacement_Policy

Repository files navigation

SHiP++: Enhancing Signature-Based Hit Predictor for Improved Cache Performance

This repository contains a C++ implementation of SHiP++ paper.

The code consists of the following

  1. SHiP implementation
  2. SHiP++ Improvements: Insertion position, SHCT training policy, Writeback updates, SHCT training on prefetches and Prefetch updates
  3. Some basic improvements to enhance the IPC.

The project won the fourth place in the CRC course competition at TAMU Fall '17.