diff options
| -rw-r--r-- | TODO | 5 | ||||
| -rw-r--r-- | src/lib/stanza.zip | bin | 3695332 -> 3716930 bytes |
2 files changed, 5 insertions, 0 deletions
@@ -9,6 +9,7 @@ Add Unit Tests for each pass Separate passes into discrete chunks Push all tests entirely through Check after each pass + write test that checks instance types are correctly lowered ======== Update Core ========== Add source locaters @@ -41,8 +42,12 @@ Width inference All widths are positive Pad's width is greater than value's width pad's width is greater than value's width +Check Gender ======== Other Passes ======== +; RUN: firrtl -i %s -o %s.flo -x X -p c | tee %s.out | FileCheck %s +; CHECK: Done! + constant folding (partial eval) pass Get rid of unnecessary pads push pad into literal diff --git a/src/lib/stanza.zip b/src/lib/stanza.zip Binary files differindex 5fd5ff6d..aed19c22 100644 --- a/src/lib/stanza.zip +++ b/src/lib/stanza.zip |
