mirror of https://github.com/YosysHQ/yosys.git
tests/opt: Fix comments
This commit is contained in:
parent
7d942b9893
commit
29a6295d7c
|
|
@ -47,9 +47,8 @@ EOT
|
|||
select -assert-any i:a %co* o:out %i
|
||||
|
||||
opt_muxtree
|
||||
# a gets optimized out
|
||||
opt_reduce
|
||||
opt_expr
|
||||
|
||||
# a no longer drives out
|
||||
select -assert-any o:out %ci* i:a %i
|
||||
# a still drives out
|
||||
select -assert-any o:out %ci* i:a %i
|
||||
|
|
|
|||
Loading…
Reference in New Issue