diff options
| author | azidar | 2015-04-17 10:59:32 -0700 |
|---|---|---|
| committer | azidar | 2015-04-17 10:59:32 -0700 |
| commit | 01fa067fe52081463222110b957053734e357f79 (patch) | |
| tree | e54db5f543c4c9a84e6b120468c4008a4edac8d0 /TODO | |
| parent | 06ff7f7dddcb479d9d4d775a55cbb18d873b35b9 (diff) | |
Fixed bug in primop lowering during type inference. Added reduce instructions and renamed concat -> cat, equal -> eq, and added neq and neg
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -3,14 +3,11 @@ ================================================ Important things: - Include new parser ======== Update Core ========== Change all primops to be strict on data widths -Merge pull request and update tests +Update parser and update tests on-reset -Write lowering step for primops -Add bit-reduce-and etc to primops (Jonathan) Add source locaters Add Unit Tests for each pass @@ -31,7 +28,7 @@ Well-formed low firrtl All things only assigned to once ======== Other Passes ======== -PrimOp lowering +Temp Elimination ======== Consultations ======== Patrick: |
