mirror of
https://github.com/YosysHQ/yosys
synced 2026-04-15 08:44:11 +00:00
Fix typo in pmgen/README.md
Line 161: calulated > calculated
This commit is contained in:
parent
cdf549a493
commit
52243e10fb
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ in `select` lines.
|
|||
|
||||
Index lines are using the `index <type> expr1 === expr2` syntax. `expr1` is
|
||||
evaluated during matcher initialization and the same restrictions apply as for
|
||||
`select` expressions. `expr2` is evaluated when the match is calulated. It is a
|
||||
`select` expressions. `expr2` is evaluated when the match is calculated. It is a
|
||||
function of any state variables assigned to by previous blocks. Both expression
|
||||
are converted to the given type and compared for equality. Only cells for which
|
||||
all `index` statements in the block pass are considered by the match.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue