kuznia-rdzeni / coreblocks

RISC-V out-of-order core for education and research purposes
https://kuznia-rdzeni.github.io/coreblocks/
BSD 3-Clause "New" or "Revised" License
33 stars 13 forks source link

Create CoreFrontend module #698

Closed xThaid closed 1 month ago

xThaid commented 1 month ago

I cleaned up core.py and created a new module with all modules related to the frontend inside. I made this change to keep things tidy as the frontend will grow a bit soon.

No logic changes, just a refactor.