aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorazidar2015-04-10 16:56:36 -0700
committerazidar2015-04-10 16:56:36 -0700
commit75be996a7d26778aa6ed3c02db617b4f0516537c (patch)
tree4ad612a5907a9ea98deea42588f05bfe26d3878c /TODO
parenta604e0789a85d8b3c5d6def2f9860047f479b68a (diff)
Almost finished width inference, takes too long/infinite loop for gcd
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index dacac142..3d9beac9 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,7 @@
TODO
Change parser to use <> syntax (and update all tests) (patrick)
Think about on-reset, add it
- Think about expanding mems, more complicated than first glance!
+ Think about expanding mems, more complicated than first glance! Change DefMem to be size, and element type
Think about max(op1,op2) for muxes.
Make instances always male, flip the bundles on declaration
Talk to palmer/patrick about how writing passes is going to be supported