diff options
author | bryan newbold <bnewbold@leaflabs.com> | 2014-05-02 13:56:24 -0400 |
---|---|---|
committer | bryan newbold <bnewbold@leaflabs.com> | 2014-05-02 13:56:24 -0400 |
commit | 251a2fa53efa977cc803229e582d01cb7a005486 (patch) | |
tree | c3ce2e954a2f6b9b7f8e27f37adf8c5f594ce813 /contrib/TODO | |
parent | e3ef6c1adb03c9aceb0e8a4e0cae497e16ba9b40 (diff) | |
download | basic-hdl-template-251a2fa53efa977cc803229e582d01cb7a005486.tar.gz basic-hdl-template-251a2fa53efa977cc803229e582d01cb7a005486.zip |
update TODO list
Diffstat (limited to 'contrib/TODO')
-rw-r--r-- | contrib/TODO | 7 |
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/ |