mirror of https://github.com/YosysHQ/yosys.git
Update README.md
This commit is contained in:
parent
7c074ef844
commit
10d0bad67e
|
@ -190,7 +190,7 @@ create matches for different sections of a cell. For example:
|
||||||
select pmux->type == $pmux
|
select pmux->type == $pmux
|
||||||
slice idx GetSize(port(pmux, \S))
|
slice idx GetSize(port(pmux, \S))
|
||||||
index <SigBit> port(pmux, \S)[idx] === port(eq, \Y)
|
index <SigBit> port(pmux, \S)[idx] === port(eq, \Y)
|
||||||
set pmux_slice idx
|
set pmux_slice idx
|
||||||
endmatch
|
endmatch
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue