Expand description
The pulsar backend is currently under construction. The goal is for a
modular but expressive (in e.g. output file location) interface. A
[calyx_backend::CalyxBackend
] is under construction.
Copyright (C) 2024 Ethan Uppal. All rights reserved.
Modules§
Macros§
- build_
assignments_ 2 - Behaves like
calyx_ir::build_assignments!
but takes in a [CalyxComponent
] instead of acalyx_ir::Builder
and uses [CalyxCell
]s instead ofRRC<calyx_ir::Cell>
s. - build_
assignments_ 2_ aux - finish_
component finish_component!(builder, component)
marks acomponent
as finalized inbuilder
.