Module rust_hdl::core::check_connected
source · Functions
Check to see if a circuit is properly connected (no undriven inputs, or
multiply-driven outputs). You can call this directly on a circuit of yours
if you want to check that it is correctly connected internally.