Dynamic Instrumentation Tool Platform
-
Updated
Dec 16, 2025 - C
Dynamic Instrumentation Tool Platform
CSCI 564 Advanced Computer Architecture Project 1 Description and Starter Code
CSCI 564 Advanced Computer Architecture Project 2 Description and Starter Code
WPI CS2011 Assembly Assignments for B-term 2017
This cache simulator is used in order to simulate substitutions in cache using replacement policies (FIFO and LRU) and write back into the cache (using the write-allocate policy).
Simulates a memory-subsystem encompassing a bi-level TLB and a bi-level cache system along with a main memory following segmentation with paging with all different replacement policies
This C project is a cache simulation of a CPU containing L1D, L1I and L2 caches. It takes an image of memory and a memory trace as input, simulates the hit/miss behavior of a cache memory on this trace, and outputs the total number of hits, misses and evictions for each cache type along with the content of each cache at the end.
This repository contains some of my work for CS 250: Computer Architecture taught at Duke by Prof. Sorin.
OpenGraph is an open-source graph processing benchmarking suite written in pure C/OpenMP. Integrated with Sniper simulator.
A modular implementation of three level Cache Hierarchy
simulation of a multi-core (with an arbitrary number of cores) cache, including set associativity, with simple MSI cache coherency.
A C program that simulates an L1 cache. Uses the Least Recently Used replacement policy. Set associative.
Simulator for queueing systems and LRU caches
A simulated cache system program. Test cache performance by dynamically specifying the cache structure to see how well optimized an algorithm is on different cache structures.
Simulation of an Intel Kaby lake cache coded in C
This is a cache simulator that is able to take in input parameters and read the trc files, that determines cache misses and hits.
Cache memory management project. Technologies and languages used: C++. University. Computer Structure.
Add a description, image, and links to the cache-simulator topic page so that developers can more easily learn about it.
To associate your repository with the cache-simulator topic, visit your repo's landing page and select "manage topics."