Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants