SIMDE-ULL / SIMDE

Educational computer simulator on a mission to "superscalate" the study of computer architecture fundamentals
https://simde.net
GNU General Public License v3.0
13 stars 11 forks source link

feat: implement direct-mapped cache, cache config modal #158

Closed endes0 closed 6 months ago

endes0 commented 6 months ago

This PR adds a Direct Mapped cache, and also it separates the cache functionality from the batch execution, so now you can configure the desired cache and its parameters on the machine config modal.