aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorazidar2015-07-30 18:26:40 -0700
committerazidar2015-07-30 18:26:40 -0700
commit2440b824c68e4604d174e92e26af2c3eca1ec171 (patch)
treeda4417c923631571cb4247f351f17bfb7739f13d /TODO
parent30d3b50982a40eefeb5a2abcc8d85da1af88d84f (diff)
Added module name to error messages.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 56007996..bd50faae 100644
--- a/TODO
+++ b/TODO
@@ -22,14 +22,12 @@ update high/low firrtl checks
need an annotation example
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
Names in bundles must be unique
Fix reset scope
Scaling
Adam, could you add the following to firrtl (the program)
- exit(0) on success, exit(1) on any failure
- - diagnostic messages (as distinct from transformed firrtl (the code)) should go to stderr
- a “-“ as a file indicates stdin for input or stdout for output so:
firrtl -i - -o - fir -X flo
operates like a filter.