aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)