Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chipsalliance/firrtl-spec
The specification for the FIRRTL language
https://github.com/chipsalliance/firrtl-spec
Last synced: 4 days ago
JSON representation
The specification for the FIRRTL language
- Host: GitHub
- URL: https://github.com/chipsalliance/firrtl-spec
- Owner: chipsalliance
- Created: 2022-03-04T19:50:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T03:34:46.000Z (12 days ago)
- Last Synced: 2024-10-29T04:27:58.490Z (12 days ago)
- Language: TeX
- Size: 1020 KB
- Stars: 45
- Watchers: 22
- Forks: 28
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
This repository hosts the specification for the FIRRTL language.
To build this, you need the following:
- [`pandoc`](https://pandoc.org/)
- [`pandoc-crossref`](https://lierdakil.github.io/pandoc-crossref/)
- A LaTeX distribution, e.g., [`TeX Live`](https://tug.org/texlive/)
- [`latexmk`](https://ctan.org/pkg/latexmk?lang=en) which may come with your LaTeX distribution
- [Graphviz](https://graphviz.org/)After resolving these dependencies, run `make` to compile `spec.md` into `build/spec.pdf`.