mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-02 20:31:22 +00:00
Revert index to select
This commit is contained in:
parent
ea5e5a212e
commit
307b2dc8e5
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ endcode
|
||||||
match mux
|
match mux
|
||||||
select mux->type == $mux
|
select mux->type == $mux
|
||||||
choice <IdString> AB {\A, \B}
|
choice <IdString> AB {\A, \B}
|
||||||
index <int> nusers(port(mux, AB)) === 2
|
select nusers(port(mux, AB)) == 2
|
||||||
index <SigSpec> port(mux, AB) === sigO
|
index <SigSpec> port(mux, AB) === sigO
|
||||||
set muxAB AB
|
set muxAB AB
|
||||||
optional
|
optional
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue