Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.