mirror of
https://github.com/nickmqb/wyre.git
synced 2025-12-15 15:00:26 -08:00
Tweak docs
This commit is contained in:
parent
032919c0c1
commit
c52977fa9d
4 changed files with 9 additions and 9 deletions
|
|
@ -25,7 +25,7 @@ Modules can be instantiated inline. Example:
|
|||
// ...
|
||||
}
|
||||
|
||||
Assuming that `adder` has two outputs `val` and `c_out`, they can be accessed as `sum.val` and `sum.c_out`. There is no need to explicitly connect any output wires.
|
||||
If we imagine that `adder` has two outputs `val` and `c_out`, they can be accessed as `sum.val` and `sum.c_out`. There is no need to explicitly connect any output wires.
|
||||
|
||||
### Order independent declarations
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue