aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorazidar2016-07-27 14:07:37 -0700
committerazidar2016-07-27 14:07:37 -0700
commitdfbdb28929acf13b4f8fd1dc3473c9aedc60947e (patch)
tree85c33258eecd1d03647cfab1d238f5e6e1edf9dd /spec
parent486cdb5ea4a3450c81231f09488b5b166c363133 (diff)
Added future-release.txt
Keeps track of proposed changes to add to the next version of the Firrtl spec.
Diffstat (limited to 'spec')
-rw-r--r--spec/future-release.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/future-release.txt b/spec/future-release.txt
new file mode 100644
index 00000000..a3bdc503
--- /dev/null
+++ b/spec/future-release.txt
@@ -0,0 +1,6 @@
+Proposed Firrtl Spec changes for Next Release
+
+Change tail -> drop
+Add ranges as a 'width' instead of actually declaring width.
+ proposed syntax: wire x: UInt{0,10}
+Add Analog type, and 'attach' statement (see #87)