Revert index to select

This commit is contained in:
Eddie Hung 2019-09-19 14:46:53 -07:00
parent ea5e5a212e
commit 307b2dc8e5
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ endcode
match mux
select mux->type == $mux
choice <IdString> AB {\A, \B}
index <int> nusers(port(mux, AB)) === 2
select nusers(port(mux, AB)) == 2
index <SigSpec> port(mux, AB) === sigO
set muxAB AB
optional