Crate calyx_backend

source ·
Expand description

Backends for the Calyx compiler.

Structs§

  • Implements a simple FIRRTL backend. The backend only accepts Calyx programs with no control and no groups.
  • Implements a simple Verilog backend. The backend only accepts Calyx programs with no control and no groups.
  • 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§

Traits§