Expand description
An example component which can switch the how its inputs are connected.
For latest usage run:
cargo run --bin scrambler -- --help§Examples
Get the two inputs in the same order:
$ cargo run --bin scrambler
Input order: 1, 2Switch the two inputs:
$ cargo run --bin scrambler -- -s
Input order: 2, 1§Ports
This component has four ports
- Two input port:
rx_a,rx_b - Two output port:
tx_a,tx_b