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§
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 aModulewhen called. In the function body it will implicitly create a variablem: ModuleBuilder.