Skip to content

Assignment files from the graduate level Computer Architecture Course at IIT Madras.

Notifications You must be signed in to change notification settings

arjunmenonv/CS6600-ComputerArchitecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS6600-ComputerArchitecture

Assignments involving modelling and analysis of components of a modern computer, done as a part of the graduate level Computer Architecture Course at IIT Madras (Fall 2021). This work was done in collaboration with Akilesh Kannan

  • CacheParamEst: Reverse Engineering the Block Size and Associativity of L1 Cache of a desktop PC by observing the variation in access latency.

  • SimCache: Python-based Simulator of a Uniprocessor cache supporting Direct Mapped, Fully Associative and Set-Associative configurations. Includes implementation of Random, LRU and Pseudo-LRU replacement algorithms.

  • AdapPageManage: Implementation of Hybrid Row Buffer Management for DRAMs by extending the command scheduler offered by the USIMM DRAM simulator

  • MMU: Memory Management Unit Simulator in Python implementing multi-level virtual address translation enabling efficient page table management along with LRU replacement for evicting pages and page tables from memory.

  • Tournament Branch Predictor: Implementation of the Tournament Branch Predictor, first introduced in the Alpha21264 processor. Uses framework provided by JILP for CBP2016 championship.

  • Dynamic Execution Core: Python-based simulator for the Dynamic Execution Core of a Superscalar Out-of-Order Processor. Inspired by Tomasulo's Algorithm, this simulator implements register renaming, in-order dispatch and completion of instructions using dispatch, reservation and reorder buffers.

About

Assignment files from the graduate level Computer Architecture Course at IIT Madras.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published