Skip to content

Use a special case of the histogram. #341

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

Merged
merged 1 commit into from
May 26, 2025
Merged

Conversation

yrabbit
Copy link
Collaborator

@yrabbit yrabbit commented May 26, 2025

Working with a fixed number (256) of baskets speeds up packing.

before

% time gmake dsp-alu54d-miniszfpga.fs
gowin_pack -c -d GW1N-9 -o dsp-alu54d-miniszfpga.fs dsp-alu54d-miniszfpga.json
Warning. No unused bytes, will be uncompressed.
gmake dsp-alu54d-miniszfpga.fs  25,33s user 0,14s system 97% cpu 26,170 total

after

% time gmake dsp-alu54d-miniszfpga.fs
gowin_pack -c -d GW1N-9 -o dsp-alu54d-miniszfpga.fs dsp-alu54d-miniszfpga.json
Warning. No unused bytes, will be uncompressed.
gmake dsp-alu54d-miniszfpga.fs  6,05s user 0,15s system 99% cpu 6,257 total

Working with a fixed number (256) of baskets speeds up packing.

Signed-off-by: YRabbit <[email protected]>
@yrabbit yrabbit merged commit 8c75446 into YosysHQ:master May 26, 2025
12 of 14 checks passed
@yrabbit yrabbit deleted the h-wip branch May 26, 2025 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant