aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorazidar2016-11-03 10:44:40 -0700
committerazidar2016-11-03 10:44:40 -0700
commit324157eececc774401012577a92ae05082a7a12d (patch)
tree3e665bf2677de23da9ea51bbe402ec7080f5ac62 /spec
parentce1a91981e7fab75c8b41363b9ffcaedfcbef2e9 (diff)
Updated future release with stricter low firrtl
Diffstat (limited to 'spec')
-rw-r--r--spec/future-release.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/future-release.txt b/spec/future-release.txt
index a3bdc503..dd9eece5 100644
--- a/spec/future-release.txt
+++ b/spec/future-release.txt
@@ -4,3 +4,4 @@ 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)
+Add constraints to low firrtl that assignments are same width, etc.