aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Always create $shl, $shr, $sshl, $sshr cells with unsigned B inputsClifford Wolf2020-01-021-4/+25
| | | |_|_|/ | | |/| | |
| * | | | | Merge pull request #1601 from YosysHQ/eddie/synth_retimeEddie Hung2020-01-0213-48/+52
| |\ \ \ \ \
| | * | | | | Update doc that "-retime" calls abc with "-dff -D 1"Eddie Hung2019-12-3011-12/+12
| | * | | | | Disable synth_gowin -abc9 as it offers no advantages yetEddie Hung2019-12-301-12/+12
| | * | | | | Revert "Revert "synth_* with -retime option now calls abc with -D 1 as well""Eddie Hung2019-12-3011-13/+13
| | * | | | | Revert "ABC to call retime all the time"Eddie Hung2019-12-301-11/+15
| * | | | | | Merge pull request #1608 from YosysHQ/eddie/ifndef_YOSYSEddie Hung2020-01-021-6/+6
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | ifdef __ICARUS__ -> ifndef YOSYSEddie Hung2020-01-011-6/+6
| |/ / / / /
| * | | | | Merge pull request #1606 from YosysHQ/eddie/improve_testsEddie Hung2020-01-0110-19/+20
| |\ \ \ \ \
| | * | | | | Revert insertion of 'reg', leave note behindEddie Hung2020-01-011-1/+2
| | * | | | | Fix anlogic async flop mappingEddie Hung2020-01-011-8/+8
| | * | | | | Do not do call equiv_opt when no sim model existsEddie Hung2019-12-312-4/+4
| | * | | | | Fix warningsEddie Hung2019-12-312-2/+2
| | * | | | | Call equiv_opt with -multiclock and -assertEddie Hung2019-12-315-5/+5
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #1605 from YosysHQ/iopad_fixMiodrag Milanović2020-01-012-0/+22
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Added a test caseMiodrag Milanovic2020-01-011-0/+19
| | * | | | take skip wire bits into accountMiodrag Milanovic2020-01-011-0/+3
| |/ / / /
* | | | | Merge remote-tracking branch 'origin/xaig_dff' into eddie/abc9_refactorEddie Hung2019-12-300-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Get rid of holes_modeEddie Hung2019-12-301-70/+35
* | | | | Remove abc9 -clk optionEddie Hung2019-12-301-1/+1
* | | | | abc9_ops -prep_dff cope with lack of holes moduleEddie Hung2019-12-301-38/+38
* | | | | Rename structEddie Hung2019-12-301-3/+3
* | | | | Merge remote-tracking branch 'origin/xaig_dff' into eddie/abc9_refactorEddie Hung2019-12-302-13/+4
|\| | | |
| * | | | Add -D DFF_MODE to abc9_map testEddie Hung2019-12-301-4/+4
| * | | | Remove delay targets docEddie Hung2019-12-301-9/+0
* | | | | Move Pass::call() out of abc9_ops into abc9Eddie Hung2019-12-303-68/+63
* | | | | CleanupEddie Hung2019-12-301-7/+3
* | | | | Use function argEddie Hung2019-12-301-9/+9
* | | | | holes_module to be whiteboxEddie Hung2019-12-301-0/+10
* | | | | Rid unnecessary ifEddie Hung2019-12-301-13/+11
* | | | | Get rid of holes_modeEddie Hung2019-12-301-70/+35
* | | | | Add abc9_ops -prep_holesEddie Hung2019-12-303-135/+321
* | | | | Add abc9_ops -prep_dffEddie Hung2019-12-303-39/+50
* | | | | Restore count_outputs, move process check to abcEddie Hung2019-12-302-11/+13
* | | | | Fix struct nameEddie Hung2019-12-301-3/+3
* | | | | Merge remote-tracking branch 'origin/xaig_dff' into eddie/abc9_refactorEddie Hung2019-12-3018-751/+1411
|\| | | |
| * | | | write_xaiger to use scratchpad for stats; cleanup abc9Eddie Hung2019-12-302-190/+20
| * | | | Remove submod changesEddie Hung2019-12-302-201/+37
| * | | | Remove unusedEddie Hung2019-12-301-5/+0
| * | | | Do not offset FD* box timings due to -46ps TsuEddie Hung2019-12-301-12/+21
| * | | | Call "proc" if processes inside whiteboxesEddie Hung2019-12-301-1/+1
| * | | | Merge remote-tracking branch 'origin/master' into xaig_dffEddie Hung2019-12-3042-211/+1731
| |\ \ \ \
| * | | | | Add CHANGELOG entry, add abc9_{flop,keep} attr to README.mdEddie Hung2019-12-302-0/+7
| * | | | | Tidy up abc9_map.vEddie Hung2019-12-301-103/+103
| * | | | | Add "synth_xilinx -dff" option, cleanup abc9Eddie Hung2019-12-304-53/+120
| * | | | | GrammarEddie Hung2019-12-301-1/+1
| * | | | | Really fix it!Eddie Hung2019-12-271-10/+7
| * | | | | write_xaiger: fix arrival times for non boxesEddie Hung2019-12-271-18/+25
| * | | | | Disable clock domain partitioning in Yosys pass, let ABC do itEddie Hung2019-12-231-6/+22
| * | | | | write_xaiger to opt instead of just clean whiteboxesEddie Hung2019-12-231-1/+1