Expand description
Backends for the Calyx compiler.
Structs§
- Firrtl
Backend - Implements a simple FIRRTL backend. The backend only accepts Calyx programs with no control and no groups.
- Primitive
Uses Backend - Verilog
Backend - Implements a simple Verilog backend. The backend only accepts Calyx programs with no control and no groups.
- YxiBackend
- Backend that generates the YXI Interface Definition Language. YXI aims to be a description of toplevel hardware modules that we can then consume to create things like AXI wrappers on arbitrary programs
Enums§
- Backend
Opt - Enumeration of valid backends
Traits§
- Backend
- A backend for Calyx.