Implementig FPU on CVE32E20 #336
Unanswered
Jovann2424
asked this question in
Q&A
Replies: 1 comment
|
Hi @Jovann2424, and thanks for your interest in CORE-V. The short answer to your question is 'no', we do not provide any performance benchmarks. I know that several members have integrated benchmarks into one or more of our testbenches:
I am unaware if either of these performance suites specifically target floating point. BTW, what are you using for an FPU? I am unaware of any open source FPU co-processors that support the CV-eXtension Interface. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I am working with the OpenHW CORE-V CV32E20 (CVE2) core and I need to evaluate floating-point performance after integrating an external FP/FPU unit.
I am specifically looking for a suitable benchmark or microbenchmark for measuring the latency and inverse throughput of FP instructions, especially FADD.S.
I am interested in tests that could distinguish between:
dependent FADD.S instructions, for measuring latency;
independent FADD.S instructions, for measuring throughput.
Does the OpenHW/CORE-V project already provide or recommend any suitable FP benchmarks or microbenchmarks for this purpose?
Thank you!
All reactions