docs: U64E ECDSA sweep — device delta vs C64U is REU DMA only - #63
Merged
Conversation
Close the owed U64E lane of the 2026-07-20 turbo-profile campaign. Same protocol (bench_ecdsa_u64e.py, RFC 6979 vectors, n=2 medians), 16/32/48 MHz (no 64 MHz enum on the U64E), all three v0.6.0 profiles, 72/72 correctness-PASS: config 16MHz 32MHz 48MHz D(floor) C v0.6.0 REU 81.6 65.2 59.2 48.2 s 535 MHz*s v0.6.0 onchip 87.6 44.9 30.5 2.0 s 1370 MHz*s v0.6.0 onchip+comb 49.1 24.6 18.4 2.2 s 747 MHz*s Same-clock delta vs the C64U: REU profile +10-13% slower (floor 48.2 vs 41.8 s); onchip at parity (within n=2 noise) at every clock. The U64E/C64U difference is therefore localized to REU/expansion-bus DMA in the FPGA core — the CPU path is device-independent. Comb parity at 16/32 but +12% at 48 MHz (flagged for re-measure; plausibly its REU bank-2 table fetches). U64E crossovers vs REU: onchip ~18 MHz, comb ~5 MHz. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes the owed U64E lane of the 2026-07-20 turbo-profile benchmark campaign. Ran the identical sweep protocol (
tools/uci/bench_ecdsa_u64e.py, RFC 6979 vector file, n=2 medians) on the U64E at 16/32/48 MHz (the U64E has no 64 MHz enum) for all three nistcurves-v0.6.0 profiles at HEAD. 72/72 runs correctness-PASS. Documentation-only change: adds the U64E table + analysis to the "ECDSA P-256 verify wall-clock" section of CLAUDE.md.Results (RFC 6979 medians, fits T(f)=D+C/f)
Device delta vs C64U at the same clocks
Test plan
🤖 Generated with Claude Code