Module rust_hdl_core::check_write_inputs
source · Functions
- Check a circuit to make sure that
Signals of typeInare not written by the HDL kernel. In RustHDL, you are not allowed to write to input signals from within a module.
Signals of type In are
not written by the HDL kernel. In RustHDL, you are not allowed
to write to input signals from within a module.