aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorazidar2015-03-25 21:05:18 -0700
committerazidar2015-03-25 21:05:18 -0700
commita1a1156df859eb815f8b345d24198dbfe3857832 (patch)
tree701f4e9677b4f488f4d073656f8368bc1e0e626e /TODO
parent612132bf95b529d2fafbe96e622f716ca9514679 (diff)
Finished expand-whens. Removed letrec also, a while ago
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 1 insertions, 3 deletions
diff --git a/TODO b/TODO
index 0c7874be..ff2c6e91 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,7 @@
TODO
- when calculating writeenables, use assignment
- when calculating read enables, scan list
change parser to use <> syntax (and update all tests)
Figure out how widths propogate for all updated primops (Adam)
- Remove letrec. Add to expressions: Register(input,en), ReadPort(mem,index,enable), WritePort(mem,index,enable) (Patrick)
Add bit-reduce-and etc to primops (Jonathan)
Write pass to rename identifiers (alpha-transform) (Adam)
Add partial bulk connect (Scott, Stephen)
@@ -32,6 +29,7 @@ TODO
Checks:
Subfields are only on bundles, before type inference
after adding dynamic assertions, insert bounds check with accessor expansion
+ all things only assigned to once
Tests:
Error if declare anything other than module in circuit