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: 28 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T22:05:45.000Z (about 1 month ago)
- Last Synced: 2024-12-13T22:28:56.755Z (about 1 month ago)
- Language: TeX
- Size: 987 KB
- Stars: 46
- Watchers: 22
- Forks: 28
- Open Issues: 41
-
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`.