3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-13 04:28:18 +00:00

indo -> into

This commit is contained in:
Eddie Hung 2019-08-23 13:15:41 -07:00
parent 5939ffdc07
commit a1f78eab04

View file

@ -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 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 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. 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 A similar mechanism is "choices", where a list of options is given as