Functionsยง
- check_
inputs_ not_ written - Check a circuit to make sure that
Signal
s of typeIn
are not written by the HDL kernel. In RustHDL, you are not allowed to write to input signals from within a module.
Signal
s 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.