aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorazidar2015-07-10 13:25:21 -0700
committerazidar2015-07-14 11:29:55 -0700
commit0bfb3618b654a4082cc2780887b3ca32e374f455 (patch)
tree230b7cbc96589be229e6f3d87f21300fb8fd84c3 /TODO
parent0d63d521de85d1c6b9109e019101d0f575d063f7 (diff)
Added clock support
Diffstat (limited to 'TODO')
-rw-r--r--TODO24
1 files changed, 12 insertions, 12 deletions
diff --git a/TODO b/TODO
index edc3fe17..2ba5f2b4 100644
--- a/TODO
+++ b/TODO
@@ -3,22 +3,22 @@
================================================
======== Current Tasks ========
-Add/Update Unit Tests for each pass
- Check after each pass
- write test that checks instance types are correctly lowered
+change parser to accept subword, but error
+--Merge with master
+
+Tests:
+ Lowering for instance types with bundle ports
+ More prefix tests
+ Expand-when semantics
+ Ensure module names are unique
+ Large width of dshl
+
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
update high/low firrtl checks
-add clock type
-add clock, reset to reg, mem etc
+add efficient prefix checker
need a multi-clock domain example
need an annotation example
-change parser to accept subword, but error
-
-move width inference earlier
- Required for subword assignment, consistent vec width inference, and supporting the new constructs of tobits/frombits
+move width inference earlier (required for subword assignment, consistent vec width inference, and supporting the new constructs of tobits/frombits)
Temp elimination needs to count # uses
Declared references needs to understand scope <= check in high form check
Check for recursively defined instances