Module pulsar_backend::calyx::builder
source · Modules§
Structs§
- A builder for calyx IR optimized for generation from a higher-level AST or IR.
- A wrapper around
calyx_ir::Cells containing additional semantic information (seeCalyxCellKind). - See
calyx_ir::CombGroup. - A wrapper for a calyx component that can only be created through [
CalyxBuilder::build_component], where it must live no longer than the builder that created it. - A wrapper around
calyx_ir::Controlfor scoped building. - See
calyx_ir::Group. - Represents parallel
CalyxControl. - Represents sequential
CalyxControl.
Enums§
- Describes the semantics of a cell.
Traits§
- An abstraction over a calyx group for adding assignments.
- A flag for
CalyxControl.