Functionsยง
- check_
inputs_ not_ written - 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.