diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-02-21 18:50:02 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2019-02-21 18:50:02 +0100 |
commit | 893194689daee52ea870fef839c237c61e14c6c9 (patch) | |
tree | 82a3482eabbfd004ce17ea07a315e5af3cc234c9 | |
parent | 2fe1c830eb8aea783c75529b42cab04208cea690 (diff) | |
download | yosys-893194689daee52ea870fef839c237c61e14c6c9.tar.gz yosys-893194689daee52ea870fef839c237c61e14c6c9.tar.bz2 yosys-893194689daee52ea870fef839c237c61e14c6c9.zip |
Fix typo in passes/pmgen/README.md
Signed-off-by: Clifford Wolf <clifford@clifford.at>
-rw-r--r-- | passes/pmgen/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/pmgen/README.md b/passes/pmgen/README.md index 27e54b43e..a1007dc62 100644 --- a/passes/pmgen/README.md +++ b/passes/pmgen/README.md @@ -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 |