aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO2
-rw-r--r--src/main/stanza/passes.stanza1
2 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 2d813c99..8303a4de 100644
--- a/TODO
+++ b/TODO
@@ -3,7 +3,7 @@
================================================
======== Current Tasks ========
-Add Unit Tests for each pass
+Add/Update Unit Tests for each pass
Check after each pass
write test that checks instance types are correctly lowered
Change to new low firrtl
diff --git a/src/main/stanza/passes.stanza b/src/main/stanza/passes.stanza
index d7232996..2192bd10 100644
--- a/src/main/stanza/passes.stanza
+++ b/src/main/stanza/passes.stanza
@@ -26,6 +26,7 @@ public val standard-passes = to-list $ [
InferWidths()
Inline()
SplitExp()
+ CheckLowForm()
ToRealIR() ]
;=============== WORKING IR ================================
public definterface Kind