Expand description
Pulsar is a high-level programming language for building hardware
accelerators. This crate (the pulsar
crate) contains a driver that links
together all the langauge components. The documentation for each individual
component is linked under the “Re-exports” section.
Copyright (C) 2024 Ethan Uppal. All rights reserved.
Re-exports§
pub use pulsar_backend;
pub use pulsar_frontend;
pub use pulsar_ir;
pub use pulsar_utils;