aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMegan Wachs2022-03-14 13:02:19 -0700
committerGitHub2022-03-14 20:02:19 +0000
commit8d2262c0566c5cc7fc66dec7d3e6d1f8102879b5 (patch)
tree09fefb959f861a7e1f5a0a7ba4794053238967e3
parent26ed6a22429761efc7c48b759094d0a72ffcb4b1 (diff)
Add Spec source link to the README (#2493)
Before it would just download another copy of the PDF every time I wanted to go visit the spec repo.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cf4a92fc..d547e2ae 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 [FIRRTL Language Specification](https://github.com/chipsalliance/firrtl-spec/releases/latest/download/spec.pdf).
+ For a detailed description of Firrtl's intermediate representation, see the [FIRRTL Language Specification](https://github.com/chipsalliance/firrtl-spec/releases/latest/download/spec.pdf) ([source](https://github.com/chipsalliance/firrtl-spec)).
#### Wiki Pages and Tutorials