opt_lut: new pass, to combine LUTs for tighter packing.
authorwhitequark <whitequark@whitequark.org>
Wed, 5 Dec 2018 00:23:22 +0000 (00:23 +0000)
committerwhitequark <whitequark@whitequark.org>
Wed, 5 Dec 2018 16:30:37 +0000 (16:30 +0000)
commit9e072ec21f9985126e1cfeb04fa7f2bc963790b3
tree3c5ce9b8c789c460deea4759d69b065726714430
parent1719aa88acf9f6d52caa81384bc50237605157e3
opt_lut: new pass, to combine LUTs for tighter packing.
Makefile
passes/opt/Makefile.inc
passes/opt/opt_lut.cpp [new file with mode: 0644]
tests/opt/.gitignore [new file with mode: 0644]
tests/opt/ice40_carry.v [new file with mode: 0644]
tests/opt/opt_lut.v [new file with mode: 0644]
tests/opt/opt_lut.ys [new file with mode: 0644]
tests/opt/run-test.sh [new file with mode: 0755]