Module rust_hdl::core::check_write_inputs
source · [−]Functions
Check a circuit to make sure that 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.