Dynamic Instrumentation Tool Platform
-
Updated
Dec 16, 2025 - C
Dynamic Instrumentation Tool Platform
Project for the Processors Architecture course at Télécom Paris, France.
Write-back cache simulator with configurable parameters and performance metrics.
This repository serves as a record of learning computer architecture/fundamentals.
Dual hierarchy (L1 and L2) cache simulator with direct mapping and two way associative configurations. Project for Computer Organization class.
This repository contains some of the codes that are used to understand computer architecture in c language
This repository contains the projects completed as part of a systems programming course.
OpenGraph is an open-source graph processing benchmarking suite written in pure C/OpenMP. Integrated with Sniper simulator.
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.
This is a cache simulator that is able to take in input parameters and read the trc files, that determines cache misses and hits.
Developed a cache simulator and performed tests to observe how cache behaves
CSCI 564 Advanced Computer Architecture Project 2 Description and Starter Code
CSCI 564 Advanced Computer Architecture Project 1 Description and Starter Code
Purpose of this is to understand virtual-machine code (and by extension machine code) by writing a software implementation of a simple virtual machine. This work put into test our ability to design, document, and implement a program with a clean modular structure. In this project, it shows how the structural choices may affect the performance of…
A C program which reads a trace of memory references and reports 3 statistics (accesses, hits and hit rate). The cache configuration is determined by parameters that are passed as command line arguments. The command-line parameters are cache size, cache mapping (DM/FA), and cache organization (Unified/Split).
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."