diff options
| author | azidar | 2015-05-04 15:22:16 -0700 |
|---|---|---|
| committer | azidar | 2015-05-04 15:22:16 -0700 |
| commit | 84ae662031b941d3a9318d8e4a1dbf152415e718 (patch) | |
| tree | 234972f5501e4f5bb83a19c61142846998d26434 /TODO | |
| parent | 489e390d72ea6e265a9e95bfa1cc94a289bb7ba9 (diff) | |
Added new stanza
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 5 |
1 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 |
