diff options
| author | Adam Izraelevitz | 2016-09-25 00:46:06 -0700 |
|---|---|---|
| committer | GitHub | 2016-09-25 00:46:06 -0700 |
| commit | bd1a3ae2d1130fbfb51ad4ef88349364c931680d (patch) | |
| tree | 80c68fe7c653eb183c8597c00c6525aa91965c1d | |
| parent | 191ffc24b9d0a69f7282f8ab0524adce389b57a2 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,7 +6,9 @@ A Firrtl compiler is constructed by chaining together these transformations, then writing the final circuit to a file. - This repository is in ALPHA VERSION, so many things may change in the coming months. + 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/ucb-bar/firrtl/blob/master/spec/spec.pdf). + + This repository is in ALPHA VERSION, so many things may change in the coming months. #### Installation Instructions *Disclaimer*: This project is in alpha, so there is no guarantee anything works. The installation instructions should work for OSX/Linux machines. |
