aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorazidar2015-07-07 14:56:47 -0700
committerazidar2015-07-07 14:56:47 -0700
commita62fea153cf01e9f7517c6889198d02e5fbbb266 (patch)
tree597996e09c8e094294b479b025a5113cfe7c4c38 /TODO
parent521bac8227030f12090e45f4c1a0e02bf59884ec (diff)
Updated flo backend
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 4 insertions, 2 deletions
diff --git a/TODO b/TODO
index c881509d..edc3fe17 100644
--- a/TODO
+++ b/TODO
@@ -6,13 +6,15 @@
Add/Update Unit Tests for each pass
Check after each pass
write test that checks instance types are correctly lowered
-error on uninitialized wires
+fix expand-whens to have correct semantics
ensure module names are unique
add check that limits size of width of dshl
add efficient prefix checker
-Change to new low firrtl
+update high/low firrtl checks
add clock type
add clock, reset to reg, mem etc
+need a multi-clock domain example
+need an annotation example
change parser to accept subword, but error
move width inference earlier