aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSchuyler Eldridge2022-03-04 16:07:54 -0500
committerGitHub2022-03-04 16:07:54 -0500
commita372c20cc1a52881356603274512bd35e7149a55 (patch)
tree1681eea0384928afaf27729f515c977d173398bb /README.md
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 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5efe975e..e1104c25 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
A Firrtl compiler is constructed by chaining together these transformations, then writing the final circuit to a file.
- For a detailed description of Firrtl's intermediate representation, see the document "Specification of the Firrtl Language" located in [spec/spec.pdf](https://github.com/freechipsproject/firrtl/blob/master/spec/spec.pdf).
+ For a detailed description of Firrtl's intermediate representation, see [chipsalliance/firrtl-spec/blob/spec.md](https://github.com/chipsalliance/firrtl-spec/blob/main/spec.md).
#### Wiki Pages and Tutorials