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

Optimized Low Firrtl Emitter should not emit skip statements #2388

Open
3 tasks
ekiwi opened this issue Oct 15, 2021 · 0 comments
Open
3 tasks

Optimized Low Firrtl Emitter should not emit skip statements #2388

ekiwi opened this issue Oct 15, 2021 · 0 comments
Assignees

Comments

@ekiwi
Copy link
Contributor

ekiwi commented Oct 15, 2021

Checklist

  • Did you specify the current behavior?
  • Did you specify the expected behavior?
  • Did you provide a code example showing the problem?

What is the current behavior?

The current low-opt emitter generates a bunch of skip statements.

What is the expected behavior?

It would be nice if we could filter out the skip statements before serializing.

Steps to Reproduce

On the latest snapshot of chisel, something like:

(new ChiselStage).emitFirrtl(new MyDesign(), Array("-E", "low-opt"))
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

No branches or pull requests

2 participants