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

Schedule Compaction Minimizes Par Threads #1774

Merged
merged 10 commits into from
Nov 11, 2023
Merged

Schedule Compaction Minimizes Par Threads #1774

merged 10 commits into from
Nov 11, 2023

Conversation

calebmkim
Copy link
Contributor

Schedule compaction to minimize the number of par threads. Shouldn't change generated hardware, but makes it easier for cell-share to analyze. On top of that it'll probably make the generated code easier to read.

static<11> seq {
no-op;
A;
D;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great!

Copy link
Contributor

@rachitnigam rachitnigam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Style comments!

@calebmkim calebmkim merged commit a43513a into master Nov 11, 2023
5 checks passed
@calebmkim calebmkim deleted the hacky branch November 11, 2023 22:05
rachitnigam pushed a commit that referenced this pull request Feb 16, 2024
* modify pass ordering

* more compact compaction

* another small change

* dumb mistake

* another silly mistake

* documentation

* rewrite tests

* rewrite test

* code cleaning
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.

2 participants