aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorazidar2015-02-24 09:40:02 -0800
committerazidar2015-02-24 09:40:02 -0800
commit2353d640907a7b04477b06a5b3da6b7bbafc448d (patch)
tree74d7d731eade1fba4763aa36bf4a9245c41df5d7 /TODO
parent641af82f49d46ef8d4bb60129fd93dfe7d23e94c (diff)
Updated tests, and included a check for the name of the pass, which
allows the compiler to print after each pass to ease debugging
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 6349628e..722f395f 100644
--- a/TODO
+++ b/TODO
@@ -3,3 +3,7 @@ Make stanza a git repo
Write installation instructions for stanza
Need 2 different prints, one with IR-internal information, and another that matches correct FIRRTL
+Tests:
+ Error if declare anything other than module in circuit
+ Error if incorrectly assign stuff, like use = instead of :=
+