mirror of https://github.com/YosysHQ/yosys.git
Fix typo in passes/pmgen/README.md
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
2fe1c830eb
commit
893194689d
|
@ -65,7 +65,7 @@ list of variable names. For example:
|
|||
State variables are automatically managed by the generated backtracking algorithm
|
||||
and saved and restored as needed.
|
||||
|
||||
They are atomatically initialzed to the default constructed value of their type
|
||||
They are automatically initialized to the default constructed value of their type
|
||||
when `.run(callback_function)` is called.
|
||||
|
||||
Declaring udata variables
|
||||
|
|
Loading…
Reference in New Issue