Expand description
§generate_rust_hdl_module
This crate provides a extract_rust_hdl_interface
function that extracts all the info you need to generate a rust-hdl module from a Verilog module.
The function does not actually generate code it just extracts the interface. It is mainly meant be used through the wrap_verilog!
macro.
Structs§
- Rust
HdlModule - Represents a rust-hdl module.
- Signal
- Represents a signal in a rust-hdl module.
Enums§
- Direction
- Signal
Type - The type of a signal.
Functions§
- extract_
rust_ hdl_ interface - Extract all information needed to generate a wrapping rust-hdl module from a Verilog module.