aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorazidar2015-03-27 17:37:04 -0700
committerazidar2015-03-27 17:37:04 -0700
commitd4fdab6950b47379137fce750e4a3a6b262e750d (patch)
tree60b2f6b6b89358f5311ba7409a6b7ccdb8ac4fed /TODO
parenta1a1156df859eb815f8b345d24198dbfe3857832 (diff)
Corrected register init by adding initialization of registers pass after lowering. Finished expand-whens. Needs more thorough testing of instances
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index ff2c6e91..5d122d2b 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,7 @@
TODO
change parser to use <> syntax (and update all tests)
+ Write lowering step for primops
Figure out how widths propogate for all updated primops (Adam)
Add bit-reduce-and etc to primops (Jonathan)
Write pass to rename identifiers (alpha-transform) (Adam)
@@ -10,6 +11,7 @@ TODO
Multi-streams for print statements (Jack)
Consider def female node. (Patrick)
Think about supporting memories (Scott)
+ Think about supporting generic primops on bundles and vecs (Adam) (wait until front-end more completed)
Update spec
add new field for sequential or combinational