diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-08-23 13:15:41 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-08-23 13:15:41 -0700 |
commit | a1f78eab0466ca328b39750b7746deb336c5c973 (patch) | |
tree | f1b8fb32671ca5e09d8278edc86a53c277c44072 | |
parent | 5939ffdc077eb155e5ecf21da08bb18b69924854 (diff) | |
download | yosys-a1f78eab0466ca328b39750b7746deb336c5c973.tar.gz yosys-a1f78eab0466ca328b39750b7746deb336c5c973.tar.bz2 yosys-a1f78eab0466ca328b39750b7746deb336c5c973.zip |
indo -> into
-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 27ed77091..0856c9ba3 100644 --- a/passes/pmgen/README.md +++ b/passes/pmgen/README.md @@ -195,7 +195,7 @@ create matches for different sections of a cell. For example: The first argument to `slice` is the local variable name used to identify the slice. The second argument is the number of slices that should be created for -this cell. The `set` statement can be used to copy that index indo a state +this cell. The `set` statement can be used to copy that index into a state variable so that later matches and/or code blocks can refer to it. A similar mechanism is "choices", where a list of options is given as |