Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rtl] make CPU front-end synchronous #300

Merged
merged 5 commits into from
Apr 13, 2022
Merged

[rtl] make CPU front-end synchronous #300

merged 5 commits into from
Apr 13, 2022

Conversation

stnolting
Copy link
Owner

@stnolting stnolting commented Apr 12, 2022

This is just another optimization PR that turns the CPU's front-end (instruction fetch engine) into a synchronous state machine. This shortens the critical path of the memory system (central memory/peripheral bus) and also reduces area costs.

🎉 reaching >130MHz on an Intel Cyclone IV FPGA (medium SoC configuration) without constraints

@stnolting stnolting added the HW hardware-related label Apr 12, 2022
@stnolting stnolting self-assigned this Apr 12, 2022
@stnolting stnolting marked this pull request as ready for review April 12, 2022 20:13
@stnolting stnolting merged commit 119cff7 into main Apr 13, 2022
@stnolting stnolting deleted the frontend_sync branch April 13, 2022 10:21
@stnolting stnolting added the optimization Make things faster, smaller and more efficient label Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HW hardware-related optimization Make things faster, smaller and more efficient
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant