aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/checks
diff options
context:
space:
mode:
authorKevin Laeufer2021-08-02 13:46:29 -0700
committerGitHub2021-08-02 20:46:29 +0000
commite04f1e7f303920ac1d1f865450d0e280aafb58b3 (patch)
tree73f26cd236ac8069d9c4877a3c42457d65d477fe /src/main/scala/firrtl/checks
parentff1cd28202fb423956a6803a889c3632487d8872 (diff)
add emitter for optimized low firrtl (#2304)
* rearrange passes to enable optimized firrtl emission * Support ConstProp on padded arguments to comparisons with literals * Move shr legalization logic into ConstProp Continue calling ConstProp of shr in Legalize. Co-authored-by: Jack Koenig <koenig@sifive.com> Co-authored-by: Jack Koenig <koenig@sifive.com>
Diffstat (limited to 'src/main/scala/firrtl/checks')
-rw-r--r--src/main/scala/firrtl/checks/CheckResets.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/scala/firrtl/checks/CheckResets.scala b/src/main/scala/firrtl/checks/CheckResets.scala
index ae300d1f..e5a3e77a 100644
--- a/src/main/scala/firrtl/checks/CheckResets.scala
+++ b/src/main/scala/firrtl/checks/CheckResets.scala
@@ -33,7 +33,6 @@ class CheckResets extends Transform with DependencyAPIMigration {
override def prerequisites =
Seq(
Dependency(passes.LowerTypes),
- Dependency(passes.Legalize),
Dependency(firrtl.transforms.RemoveReset)
) ++ firrtl.stage.Forms.MidForm