mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-29 10:23:47 +00:00
tests/opt: Fix comments
This commit is contained in:
parent
7d942b9893
commit
29a6295d7c
1 changed files with 2 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue