extract_rust_hdl_interface

Crates.ioextract_rust_hdl_interface
lib.rsextract_rust_hdl_interface
version0.2.0
sourcesrc
created_at2023-03-17 12:31:32.800336
updated_at2023-06-17 11:22:42.55152
descriptionExtracts the information needed for a rust-hdl module from a verilog module
homepagehttps://github.com/zebreus/bachelor-thesis/tree/master/bambu-macro/extract_rust_hdl_interface
repositoryhttps://github.com/zebreus/bachelor-thesis
max_upload_size
id812665
size63,094
Zebreus (zebreus)

documentation

README

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.

Commit count: 305

cargo fmt