Fixes: #1
This commit is contained in:
		
							parent
							
								
									180ecad017
								
							
						
					
					
						commit
						0611044941
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue