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

Improve DecodeLogic runtime #2462

Merged
merged 1 commit into from
May 13, 2020
Merged

Improve DecodeLogic runtime #2462

merged 1 commit into from
May 13, 2020

Conversation

aswaterman
Copy link
Member

For cases where none of the clauses (nor the default) is X, skip the
optimization problem altogether.

It turns out this is both a common and problematic case. For a design I'm
working on, it reduced the runtime to about 10s from [whenver I Ctrl-C'd the
thing after several minutes].

Type of change: other enhancement

Impact: no functional change

For cases where none of the clauses (nor the default) is X, skip the
optimization problem altogether.

It turns out this is both a common and problematic case.  For a design I'm
working on, it reduced the runtime to about 10s from [whenver I Ctrl-C'd the
thing after several minutes].
@aswaterman aswaterman force-pushed the improve-decodelogic-runtime branch from 85fdc6d to 4b3132f Compare May 12, 2020 06:22
@aswaterman aswaterman merged commit ebfe1ff into master May 13, 2020
@aswaterman aswaterman deleted the improve-decodelogic-runtime branch May 13, 2020 02:55
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