aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | Replace assert with error messageEddie Hung2019-06-211-1/+2
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Add log_push()/log_pop() inside write_xaigerEddie Hung2019-06-211-0/+4
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | One more workaround for gcc-4.8Eddie Hung2019-06-211-3/+4
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Workaround issues exposed by gcc-4.8Eddie Hung2019-06-211-0/+7
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | No point logging constant bitEddie Hung2019-06-211-1/+1
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Move commentEddie Hung2019-06-211-2/+3
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Fix spacingEddie Hung2019-06-201-1/+1
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Revert MakefileEddie Hung2019-06-201-2/+2
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Refactor bit2aig for less lookupsEddie Hung2019-06-201-24/+27
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Fix gcc invalidation behaviour for write_aigerEddie Hung2019-06-201-1/+2
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Fix gcc error, due to dict invalidation during recursionEddie Hung2019-06-202-4/+5
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Fix gcc warning of potentially uninitialisedEddie Hung2019-06-201-2/+2
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | write_xaiger to flatten 1'bx/1'bz to 1'b0 againEddie Hung2019-06-201-2/+4
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Fix simple_abc9/generate test with 1'bx at MSBEddie Hung2019-06-201-1/+1
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Fix different abc9 testEddie Hung2019-06-201-2/+3
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Fix broken abc9.v test due to inout being 1'bxEddie Hung2019-06-202-5/+21
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Run simple_abc9 testsEddie Hung2019-06-201-0/+1
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into xaigEddie Hung2019-06-2031-50/+250
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Fix issue with part of PI being 1'bxEddie Hung2019-06-202-4/+11
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Call opt_expr -mux_undef to get rid of 1'bx in muxes prior to abcEddie Hung2019-06-201-0/+1
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Handle COs driven by 1'bxEddie Hung2019-06-201-3/+9
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Do not call "setundef -zero" in abc9Eddie Hung2019-06-201-5/+2
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | write_xaiger to skip POs driven by 1'bxEddie Hung2019-06-201-3/+7
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Really permute Xilinx LUT mappings as default LUT6.I5:A6Eddie Hung2019-06-181-16/+16
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Revert "Fix (do not) permute LUT inputs, but permute mux selects"Eddie Hung2019-06-181-33/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit da3d2eedd2b6391621e81b3eaaa28a571e058f9d.
| | * | | | | | | | | | | | | Clean upEddie Hung2019-06-181-6/+4
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Fix (do not) permute LUT inputs, but permute mux selectsEddie Hung2019-06-181-31/+33
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Fix copy-pasta issueEddie Hung2019-06-171-9/+8
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Permute INIT for +/xilinx/lut_map.vEddie Hung2019-06-171-32/+58
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Simplify commentEddie Hung2019-06-171-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #1146 from gsomlo/gls-test-abc-extClifford Wolf2019-06-284-8/+29
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: use optional ABCEXTERNAL when specified
| | * | | | | | | | | | | | | | tests: use optional ABCEXTERNAL when specifiedGabriel L. Somlo2019-06-274-8/+29
| | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commits 65924fd1, abc40924, and ebe29b66 hard-code the invocation of yosys-abc, which fails if ABCEXTERNAL was specified during the build. Allow tests to utilize an optional, externally specified abc binary. Signed-off-by: Gabriel Somlo <gsomlo@gmail.com>
| * | | | | | | | | | | | | | Merge pull request #1046 from bogdanvuk/masterClifford Wolf2019-06-285-16/+127
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | Optimizing DFFs whose initial value prevents their value from changing
| | * | | | | | | | | | | | | Add help for "-sat" option inside opt_rmdff. "opt" can pass "-sat" tooBogdan Vukobratovic2019-06-272-2/+10
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Fix memory leak when one of multiple DFF cells is removed in opt_rmdffBogdan Vukobratovic2019-06-271-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When there are multiple DFFs and one of them is removed, its reference lingers inside bit2driver dict. While invoking handle_dff() function for other DFFs, this broken reference is used isnside sat_import_cell() function.
| | * | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master'Bogdan Vukobratovic2019-06-2737-143/+1631
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Refactor "opt_rmdff -sat"Clifford Wolf2019-06-204-373/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * | | | | | | | | | | | | | Merge branch 'master' of https://github.com/bogdanvuk/yosys into ↵Clifford Wolf2019-06-205-10/+423
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clifford/ext1046
| | | * | | | | | | | | | | | | | Move netlist helper module to passes/opt for the time beingBogdan Vukobratovic2019-06-142-1/+1
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master'Bogdan Vukobratovic2019-06-1473-475/+1352
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | Prepare for situation when port of the signal cannot be foundBogdan Vukobratovic2019-06-142-2/+8
| | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | Some cleanup, revert sat.ccBogdan Vukobratovic2019-06-142-13/+11
| | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | Implement disconnection of constant register bitsBogdan Vukobratovic2019-06-132-44/+109
| | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | Pass SigBit by value to Netlist algorithmsBogdan Vukobratovic2019-06-131-65/+84
| | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | Rename satgen_algo.h -> algo.h, code cleanup and refactoringBogdan Vukobratovic2019-06-124-279/+265
| | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | Generate satgen instance instead of calling sat passBogdan Vukobratovic2019-06-112-24/+129
| | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | Refactor driver map generationBogdan Vukobratovic2019-06-101-0/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Implement iterators over the driver map that enumerate signals and cells within the cones of the signal
| | | * | | | | | | | | | | | | | | Fix the regressionBogdan Vukobratovic2019-05-281-1/+2
| | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master'Bogdan Vukobratovic2019-05-281-1/+11
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | Optimizing DFFs whose initial value prevents their value from changingBogdan Vukobratovic2019-05-284-3/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a proof of concept implementation that invokes SAT solver via Pass::call method.