From 8d2262c0566c5cc7fc66dec7d3e6d1f8102879b5 Mon Sep 17 00:00:00 2001 From: Megan Wachs Date: Mon, 14 Mar 2022 13:02:19 -0700 Subject: 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.--- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3