Fixes: #1
This commit is contained in:
parent
180ecad017
commit
0611044941
|
@ -4,7 +4,7 @@
|
|||
//! they have no memory (they're combinatorial).
|
||||
//! You must [connect][`ModuleBuilder::connect`] to all wires, so they have a defined value.
|
||||
//!
|
||||
//! Registers create a Rust variable with type [`Expr<T>`] where `T` is the type of the register.
|
||||
//! Wires create a Rust variable with type [`Expr<T>`] where `T` is the type of the wire.
|
||||
//!
|
||||
//! Wires follow [connection semantics], which are unlike assignments in software, so you should read it.
|
||||
//!
|
||||
|
|
Loading…
Reference in a new issue