Trait rust_hdl_core::logic::LogicJoin
source · pub trait LogicJoin {
// Provided methods
fn join_connect(&mut self) { ... }
fn join_hdl(_my_name: &str, _this: &str, _that: &str) -> Vec<VerilogLink> { ... }
}
pub trait LogicJoin {
// Provided methods
fn join_connect(&mut self) { ... }
fn join_hdl(_my_name: &str, _this: &str, _that: &str) -> Vec<VerilogLink> { ... }
}