aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | Complete rewrite of pmux2shiftxClifford Wolf2019-04-201-27/+265
| | * | | | | | | | | Import initial pmux2shiftx from eddiehClifford Wolf2019-04-202-0/+82
| * | | | | | | | | | Merge pull request #945 from YosysHQ/clifford/libwbClifford Wolf2019-04-229-39/+124
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge remote-tracking branch 'origin/clifford/libwb' into xaigEddie Hung2019-04-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Disable blackbox detection in techmap filesClifford Wolf2019-04-221-1/+1
* | | | | | | | | | | Convert to use #945Eddie Hung2019-04-212-9/+3
* | | | | | | | | | | Merge remote-tracking branch 'origin/clifford/libwb' into xaigEddie Hung2019-04-218-38/+123
|\| | | | | | | | | |
| * | | | | | | | | | Fix testsClifford Wolf2019-04-212-2/+3
| * | | | | | | | | | Add "noblackbox" attributeClifford Wolf2019-04-212-18/+33
| * | | | | | | | | | New behavior for front-end handling of whiteboxesClifford Wolf2019-04-206-34/+103
| |/ / / / / / / / /
* | | | | | | | | | Merge remote-tracking branch 'origin/master' into xaigEddie Hung2019-04-2018-59/+195
|\| | | | | | | | |
| * | | | | | | | | Merge pull request #943 from YosysHQ/clifford/whiteboxClifford Wolf2019-04-2027-55/+157
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Add "techmap -wb", use in formal flowsClifford Wolf2019-04-203-6/+13
| | * | | | | | | | | Check blackbox attribute in techmap/simplemapClifford Wolf2019-04-202-2/+2
| | * | | | | | | | | Add "wbflip" commandClifford Wolf2019-04-203-3/+45
| | * | | | | | | | | Revert "write_json to not write contents (cells/wires) of whiteboxes"Eddie Hung2019-04-181-59/+56
| | * | | | | | | | | write_json to not write contents (cells/wires) of whiteboxesEddie Hung2019-04-181-56/+59
| | * | | | | | | | | Ignore 'whitebox' attr in flatten with "-wb" optionEddie Hung2019-04-182-7/+21
| * | | | | | | | | | Merge pull request #942 from YosysHQ/clifford/fix931Clifford Wolf2019-04-202-5/+63
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Improve proc full_case detection and handling, fixes #931Clifford Wolf2019-04-182-5/+63
| | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | Improve "show" handling of 0/1/X/Z paddingClifford Wolf2019-04-201-2/+21
| * | | | | | | | | Change "ne" to "neq" in btor2 outputClifford Wolf2019-04-191-1/+1
| * | | | | | | | | Add tests/aiger/.gitignoreClifford Wolf2019-04-191-0/+2
| * | | | | | | | | Spelling fixesEddie Hung2019-04-191-2/+2
| * | | | | | | | | Update to ABC 3709744Clifford Wolf2019-04-181-1/+1
| * | | | | | | | | Merge pull request #917 from YosysHQ/eddie/fix_retimeEddie Hung2019-04-184-38/+46
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | Fix abc's remap_name to not ignore [^0-9] when extracting sidEddie Hung2019-04-181-12/+16
| | * | | | | | | | ABC to call retime all the timeEddie Hung2019-04-181-15/+11
| | * | | | | | | | Revert "synth_* with -retime option now calls abc with -D 1 as well"Eddie Hung2019-04-1811-15/+15
| | * | | | | | | | Merge branch 'master' into eddie/fix_retimeEddie Hung2019-04-187-75/+72
| | |\ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | synth_* with -retime option now calls abc with -D 1 as wellEddie Hung2019-04-1011-15/+15
| | * | | | | | | | Revert "abc -dff now implies "-D 0" otherwise retiming doesn't happen"Eddie Hung2019-04-101-2/+0
| | * | | | | | | | Revert ""&nf -D 0" fails => use "-D 1" instead"Eddie Hung2019-04-101-1/+1
| | * | | | | | | | Merge remote-tracking branch 'origin/master' into eddie/fix_retimeEddie Hung2019-04-102-4/+5
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Add retime testEddie Hung2019-04-051-0/+6
| | * | | | | | | | | Fix S0 -> S1Eddie Hung2019-04-051-1/+1
| | * | | | | | | | | Move techamp t:$_DFF_?N? to before abc callEddie Hung2019-04-051-2/+2
| | * | | | | | | | | RetryEddie Hung2019-04-051-1/+1
| | * | | | | | | | | "&nf -D 0" fails => use "-D 1" insteadEddie Hung2019-04-051-1/+1
| | * | | | | | | | | Resolve @daveshah1 comment, update synth_xilinx helpEddie Hung2019-04-052-7/+9
| | * | | | | | | | | synth_xilinx to techmap FFs after abc call, otherwise -retime failsEddie Hung2019-04-051-3/+3
| | * | | | | | | | | abc -dff now implies "-D 0" otherwise retiming doesn't happenEddie Hung2019-04-051-0/+2
* | | | | | | | | | | ABC_FLOPS -> ABC_MODEL -- only whitebox if ABC_MODEL setEddie Hung2019-04-192-4/+7
* | | | | | | | | | | Select to find union of both sets on stackEddie Hung2019-04-191-1/+1
* | | | | | | | | | | Fixes for simple_abc9 testsEddie Hung2019-04-191-4/+8
* | | | | | | | | | | Do not assume inst_module is always presentEddie Hung2019-04-191-12/+9
* | | | | | | | | | | ignore_boxes -> holes_modeEddie Hung2019-04-191-6/+5
* | | | | | | | | | | Make SB_DFF whiteboxEddie Hung2019-04-193-3/+3
* | | | | | | | | | | Fix SB_DFF comb modelEddie Hung2019-04-182-3/+3
* | | | | | | | | | | Missing close bracketEddie Hung2019-04-181-1/+1