coreblocks icon indicating copy to clipboard operation
coreblocks copied to clipboard

Make the processor superscalar

Open tilk opened this issue 1 year ago • 1 comments

This issue involves extending the processor so that it can process more than one instruction per cycle. As functional units should naturally scale, the main problem is extending the frontend (to load multiple instructions at once) and backend (to commit multiple instructions at once).

tilk avatar Mar 23 '23 11:03 tilk