armleo / ArmleoCPU

ArmleoCPU - RISC-V CPU RV64GC, SMP, Linux, Doom. Work in progress to execute first instruction with new feature set
GNU General Public License v3.0
4 stars 0 forks source link

Remove response stage from Cache. Let it be responsibility of the pipeline itself. This solution is more optimal. #75

Closed armleo closed 3 years ago

armleo commented 3 years ago

Also remove "unknown type" checks and missaligned checks and make it pipeline's responsibility

armleo commented 3 years ago

Needs some testing but the task is done