3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-01 06:37:51 +00:00

Fix typo in pmgen/README.md

Line 161:
calulated > calculated
This commit is contained in:
Noah Van Dijk 2026-04-02 10:24:31 -05:00 committed by GitHub
parent cdf549a493
commit 52243e10fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -158,7 +158,7 @@ in `select` lines.
Index lines are using the `index <type> expr1 === expr2` syntax. `expr1` is Index lines are using the `index <type> expr1 === expr2` syntax. `expr1` is
evaluated during matcher initialization and the same restrictions apply as for 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 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 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. all `index` statements in the block pass are considered by the match.