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

Optimizations #140

Closed
5 of 8 tasks
sgpthomas opened this issue Jul 9, 2020 · 5 comments
Closed
5 of 8 tasks

Optimizations #140

sgpthomas opened this issue Jul 9, 2020 · 5 comments
Labels
Type: Tracker Track various tasks

Comments

@sgpthomas
Copy link
Collaborator

sgpthomas commented Jul 9, 2020

FuTIL optimizations

Verilog optimizations

@rachitnigam
Copy link
Contributor

What's "redundancy elimination"?

@sampsyo
Copy link
Contributor

sampsyo commented Jul 11, 2020

That was the notion we discussed briefly about a "final-stage" cleanup to eliminate parts of guards like & 1 that are artifacts of earlier passes.

@rachitnigam rachitnigam added this to the ASPLOS milestone Jul 15, 2020
@rachitnigam rachitnigam added the Type: Tracker Track various tasks label Aug 2, 2020
@rachitnigam
Copy link
Contributor

Created separate issues for resource sharing (#197) and bitwidth analysis (#198). The others are either not optimizations (pipelining) or unclear how to implement them (control pipelining).

@rachitnigam rachitnigam removed this from the ASPLOS milestone Nov 25, 2020
@rachitnigam
Copy link
Contributor

Added one-hot encoding optimization for generated FSMs.

@rachitnigam
Copy link
Contributor

This is generic and in-actionable enough that I will close this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Tracker Track various tasks
Projects
None yet
Development

No branches or pull requests

3 participants