Module builder

Source

Modules§

macros

Structs§

CalyxBuilder
A builder for calyx IR optimized for generation from a higher-level AST or IR.
CalyxCell
A wrapper around calyx_ir::Cells containing additional semantic information (see CalyxCellKind).
CalyxCombGroup
See calyx_ir::CombGroup.
CalyxComponent
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.
CalyxControl
A wrapper around calyx_ir::Control for scoped building.
CalyxGroup
See calyx_ir::Group.
Parallel
Represents parallel CalyxControl.
Sequential
Represents sequential CalyxControl.

Enums§

CalyxCellKind
Describes the semantics of a cell.

Traits§

CalyxAssignmentContainer
An abstraction over a calyx group for adding assignments.
CalyxControlType
A flag for CalyxControl.

Type Aliases§

CalyxPort