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

icache: support early refill forwarding and lookups on refill #714

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

piotro888
Copy link
Member

Closes #286

- result would be available in the same cycle as on bus.
@piotro888 piotro888 added optimization This is *just* an optimization! benchmark Benchmarks should be run for this change and removed benchmark Benchmarks should be run for this change labels Jun 25, 2024
Copy link

Benchmarks summary

Performance benchmarks

aha-mont64 crc32 minver nettle-sha256 nsichneu slre statemate ud
0.418 0.513 0.338 0.656 0.369 0.29 0.327 0.433

You can view all the metrics here.

Synthesis benchmarks (basic)

Device utilisation: (ECP5) LUTs used as DFF: (ECP5) LUTs used as carry: (ECP5) LUTs used as ram: (ECP5) Max clock frequency (Fmax)
21850 6009 802 976 49

Synthesis benchmarks (full)

Device utilisation: (ECP5) LUTs used as DFF: (ECP5) LUTs used as carry: (ECP5) LUTs used as ram: (ECP5) Max clock frequency (Fmax)
37472 9421 1944 1156 39

@kuznia-rdzeni kuznia-rdzeni deleted a comment from github-actions bot Jun 25, 2024
@piotro888 piotro888 force-pushed the piotro/icache-refill-lookup branch from db1ad43 to cdbd1b0 Compare June 25, 2024 22:57
Copy link

Benchmarks summary

Performance benchmarks

aha-mont64 crc32 minver nettle-sha256 nsichneu slre statemate ud
0.418 0.513 0.338 0.656 0.371 0.29 0.327 0.433

You can view all the metrics here.

Synthesis benchmarks (basic)

Device utilisation: (ECP5) LUTs used as DFF: (ECP5) LUTs used as carry: (ECP5) LUTs used as ram: (ECP5) Max clock frequency (Fmax)
25675 6172 770 976 51

Synthesis benchmarks (full)

Device utilisation: (ECP5) LUTs used as DFF: (ECP5) LUTs used as carry: (ECP5) LUTs used as ram: (ECP5) Max clock frequency (Fmax)
29543 9417 1976 1152 35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
benchmark Benchmarks should be run for this change optimization This is *just* an optimization!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Instruction cache doesn't do lookups while refilling
1 participant