mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-18 02:16:41 +00:00
opt_lut: eliminate LUTs evaluating to constants or inputs.
This commit is contained in:
parent
0a840dd883
commit
42c356c49c
4 changed files with 104 additions and 0 deletions
3
tests/opt/opt_lut_elim.ys
Normal file
3
tests/opt/opt_lut_elim.ys
Normal file
|
@ -0,0 +1,3 @@
|
|||
read_ilang opt_lut_elim.il
|
||||
opt_lut
|
||||
select -assert-count 0 t:$lut
|
Loading…
Add table
Add a link
Reference in a new issue