aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2014-05-02 13:56:24 -0400
committerbryan newbold <bnewbold@leaflabs.com>2014-05-02 13:56:24 -0400
commit251a2fa53efa977cc803229e582d01cb7a005486 (patch)
treec3ce2e954a2f6b9b7f8e27f37adf8c5f594ce813
parente3ef6c1adb03c9aceb0e8a4e0cae497e16ba9b40 (diff)
downloadbasic-hdl-template-251a2fa53efa977cc803229e582d01cb7a005486.tar.gz
basic-hdl-template-251a2fa53efa977cc803229e582d01cb7a005486.zip
update TODO list
-rw-r--r--contrib/TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/TODO b/contrib/TODO
index c4c64c8..272dba0 100644
--- a/contrib/TODO
+++ b/contrib/TODO
@@ -14,3 +14,10 @@ autoimpact (needs testing)
Add linting to tests (aka, tb/*_tb.v)
'lint' should use vfiles, not -I./hdl
+
+add 'S' to the end of netlists ("save") to squelch lots of warnings?
+
+refactor:
+ - everything as a /shared/ directory; could be usable as a git submodule or
+ just pulling everything in
+ - ./sim/ instead of ./tb/