diff options
| -rw-r--r-- | TODO | 2 | ||||
| -rw-r--r-- | src/main/stanza/passes.stanza | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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 |
