aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorazidar2015-04-17 10:59:32 -0700
committerazidar2015-04-17 10:59:32 -0700
commit01fa067fe52081463222110b957053734e357f79 (patch)
treee54db5f543c4c9a84e6b120468c4008a4edac8d0 /TODO
parent06ff7f7dddcb479d9d4d775a55cbb18d873b35b9 (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--TODO7
1 files changed, 2 insertions, 5 deletions
diff --git a/TODO b/TODO
index bbe808c4..1c4f2a17 100644
--- a/TODO
+++ b/TODO
@@ -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: