diff options
| author | azidar | 2015-03-27 17:37:04 -0700 |
|---|---|---|
| committer | azidar | 2015-03-27 17:37:04 -0700 |
| commit | d4fdab6950b47379137fce750e4a3a6b262e750d (patch) | |
| tree | 60b2f6b6b89358f5311ba7409a6b7ccdb8ac4fed /TODO | |
| parent | a1a1156df859eb815f8b345d24198dbfe3857832 (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-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
