Portfolio

School and personal projects that I thought were interesting enough to include here:


Two-way Associative Cache Simulator

I made this simulator as part of my Computer Architecture (EGCP-3210) class during my Sophomore Spring semester at Cedarville University.

This is a graphical simulator written using HTML, CSS, and Javascript which accurately simulates a small memory unit and a small two-way associate cache unit as memory locations are called. (Using a FIFO replacement algorithm in the Cache.)