diff options
| author | Megan Wachs | 2022-03-14 13:02:19 -0700 |
|---|---|---|
| committer | GitHub | 2022-03-14 20:02:19 +0000 |
| commit | 8d2262c0566c5cc7fc66dec7d3e6d1f8102879b5 (patch) | |
| tree | 09fefb959f861a7e1f5a0a7ba4794053238967e3 | |
| parent | 26ed6a22429761efc7c48b759094d0a72ffcb4b1 (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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
