aboutsummaryrefslogtreecommitdiff
path: root/spec/future-release.txt
diff options
context:
space:
mode:
authorSchuyler Eldridge2022-03-04 16:07:54 -0500
committerGitHub2022-03-04 16:07:54 -0500
commita372c20cc1a52881356603274512bd35e7149a55 (patch)
tree1681eea0384928afaf27729f515c977d173398bb /spec/future-release.txt
parent95cae3cd0eb9ac72eb6373207dbf9f09fb1c7086 (diff)
[spec] Remove FIRRTL Specification (#2488)
This removes the FIRRTL specification as this now lives in its own repository: https://github.com/chipsalliance/firrtl-spec All git history (excluding binary updates to spec.pdf) have been migrated to the new repository. Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
Diffstat (limited to 'spec/future-release.txt')
-rw-r--r--spec/future-release.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/future-release.txt b/spec/future-release.txt
deleted file mode 100644
index dd9eece5..00000000
--- a/spec/future-release.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-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)
-Add constraints to low firrtl that assignments are same width, etc.