diff options
| author | Schuyler Eldridge | 2022-03-04 16:07:54 -0500 |
|---|---|---|
| committer | GitHub | 2022-03-04 16:07:54 -0500 |
| commit | a372c20cc1a52881356603274512bd35e7149a55 (patch) | |
| tree | 1681eea0384928afaf27729f515c977d173398bb /README.md | |
| parent | 95cae3cd0eb9ac72eb6373207dbf9f09fb1c7086 (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.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 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 |
