Crate fayalite

Source
Expand description

Modules§

_docs
annotations
array
bundle
cli
clock
enum_
expr
firrtl
formal
int
intern
memory
module
prelude
reg
reset
source_location
testing
ty
util
wire

Macros§

assert_export_firrtl

Structs§

__
struct used as a placeholder when applying defaults

Attribute Macros§

hdl
hdl_module
The #[hdl_module] attribute is applied to a Rust function so that that function creates a Module when called. In the function body it will implicitly create a variable m: ModuleBuilder.