-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIRRTLToHW] Walk regions/blocks when converting
Change the `LowerToHW` FIRRTL to HW conversion pass to walk `firrtl.module` bodies as opposed to just visiting operations in their bodies. This has the benefit of allowing intermixing of operations from other dialects, e.g., `sv.ifdef`, which may be generated by passes right before this conversion runs. Practically, this is part of turning on inline layer support for FIRRTL compiler pipelines. Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
- Loading branch information
Showing
2 changed files
with
25 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters