macro_rules! connect_dummy_tx {
($entity:expr => $to:expr, $to_port_name:ident) => { ... };
($entity:expr => $to:expr, $to_port_name:ident, $to_index:expr) => { ... };
}Expand description
Create and connect a dummy TX port
macro_rules! connect_dummy_tx {
($entity:expr => $to:expr, $to_port_name:ident) => { ... };
($entity:expr => $to:expr, $to_port_name:ident, $to_index:expr) => { ... };
}Create and connect a dummy TX port