Skip to content

Commit

Permalink
Advanced LayerSink
Browse files Browse the repository at this point in the history
  • Loading branch information
rwy7 committed Aug 23, 2024
1 parent 062ea03 commit a63a3b1
Show file tree
Hide file tree
Showing 4 changed files with 400 additions and 27 deletions.
2 changes: 1 addition & 1 deletion include/circt/Dialect/FIRRTL/Passes.td
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ def LayerMerge : Pass<"firrtl-layer-merge", "firrtl::FModuleOp"> {
];
}

def LayerSink : Pass<"firrtl-layer-sink", "firrtl::FModuleOp"> {
def LayerSink : Pass<"firrtl-layer-sink", "firrtl::CircuitOp"> {
let summary = "Sink operations into layer blocks";
let description = [{

Expand Down
Loading

0 comments on commit a63a3b1

Please sign in to comment.