SIMDE-ULL / SIMDE

Educational computer simulator on a mission to "superscalate" the study of computer architecture fundamentals

Home Page:https://simde.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor configuration modals and integrate cache miss percentage

oxcabe opened this issue · comments

The superscalar machine configuration modal layout is fixed in #130. Now, the following needs to be done:

  • Refactor common functionality between configuration modals in a base modal component.
  • Fix the VLIW machine configuration modal.
  • Integrate the OptionsModalComponent functionality into the configuration modal base, and delete the former.
  • Apply DRY to floating unit rows.