Revert "Merge pull request #1280 from YosysHQ/revert-1266-eddie/ice40_full_adder"
authorEddie Hung <eddie@fpgeh.com>
Mon, 12 Aug 2019 19:06:45 +0000 (12:06 -0700)
committerEddie Hung <eddie@fpgeh.com>
Mon, 12 Aug 2019 19:06:45 +0000 (12:06 -0700)
commit12c692f6eda7367527fde2a8aad49447a73aa643
tree8680eefff6897b2f4b33d12b5d96a6ea8c549b5b
parent78b30bbb1102047585d1a2eac89b1c7f5ca7344e
Revert "Merge pull request #1280 from YosysHQ/revert-1266-eddie/ice40_full_adder"

This reverts commit c851dc13108021834533094a8a3236da6d9e0161, reversing
changes made to f54bf1631ff37a83733c162e6ebd188c1d5ea18f.
25 files changed:
CHANGELOG
frontends/ast/ast.cc
passes/pmgen/Makefile.inc
passes/pmgen/ice40_wrapcarry.cc [new file with mode: 0644]
passes/pmgen/ice40_wrapcarry.pmg [new file with mode: 0644]
techlibs/ice40/Makefile.inc
techlibs/ice40/arith_map.v
techlibs/ice40/cells_map.v
techlibs/ice40/ice40_unlut.cc [deleted file]
techlibs/ice40/synth_ice40.cc
techlibs/ice40/tests/test_arith.ys
tests/opt/opt_expr.ys [new file with mode: 0644]
tests/opt/opt_ff.v [deleted file]
tests/opt/opt_ff.ys [deleted file]
tests/opt/opt_ff_sat.v [deleted file]
tests/opt/opt_ff_sat.ys [deleted file]
tests/opt/opt_lut.ys
tests/opt/opt_rmdff.v [new file with mode: 0644]
tests/opt/opt_rmdff.ys [new file with mode: 0644]
tests/opt/opt_rmdff_sat.v [new file with mode: 0644]
tests/opt/opt_rmdff_sat.ys [new file with mode: 0644]
tests/various/opt_expr.ys [deleted file]
tests/various/opt_rmdff.v [deleted file]
tests/various/opt_rmdff.ys [deleted file]
tests/various/wreduce.ys