aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | Revert "abc9: if -script value is a file, then source it, otherwise commands"Eddie Hung2020-01-091-16/+11
| | | * | | Move abc9.* constpad entries to Abc9Pass::on_register()Eddie Hung2020-01-092-35/+37
| | | * | | Merge remote-tracking branch 'origin/clifford/onpassreg' into eddie/abc9_scra...Eddie Hung2020-01-093-1/+20
| | | |\ \ \
| | | * | | | Add abc9.if.script.flow{,2} to constpadEddie Hung2020-01-081-6/+32
| | | * | | | scratchpad entry abc9.if.R to &if -REddie Hung2020-01-081-0/+6
| | | * | | | abc9: if -script value is a file, then source it, otherwise commandsEddie Hung2020-01-081-11/+16
| | | * | | | abc9: add time as last script commandEddie Hung2020-01-081-1/+1
| | | * | | | Fix {C} substitutionEddie Hung2020-01-081-1/+4
| | | * | | | Add RTLIL::constpad, init by yosys_setup(); use for abc9Eddie Hung2020-01-085-32/+39
| | * | | | | Merge pull request #1627 from YosysHQ/eddie/fix1626Eddie Hung2020-01-132-10/+227
| | |\ \ \ \ \
| | | * | | | | Add #1626 testcaseEddie Hung2020-01-121-0/+217
| | | * | | | | synth_ice40: -abc2 to always use `abc` even if `-abc9`Eddie Hung2020-01-121-10/+10
| | |/ / / / /
* | | | | | | Merge remote-tracking branch 'origin/eddie/abc9_refactor' into eddie/abc9_req...Eddie Hung2020-01-1211-156/+198
|\| | | | | |
| * | | | | | cleanupEddie Hung2020-01-112-3/+1
| * | | | | | Merge remote-tracking branch 'origin/master' into eddie/abc9_refactorEddie Hung2020-01-110-0/+0
| |\| | | | |
| | * | | | | write_xaiger: create holes_sigmap before modificationsEddie Hung2020-01-111-1/+2
| | | |_|/ / | | |/| | |
| * | | | | Merge remote-tracking branch 'origin/master' into eddie/abc9_refactorEddie Hung2020-01-1110-116/+170
| |\| | | |
| | * | | | Merge pull request #1625 from YosysHQ/eddie/abc9_mfsEddie Hung2020-01-116-86/+115
| | |\ \ \ \
| | | * | | | write_xaiger: sort holes by offset as well as port_idEddie Hung2020-01-111-1/+2
| | | * | | | abc9: remove -nomfs optionEddie Hung2020-01-111-12/+2
| | | * | | | Merge remote-tracking branch 'origin/master' into eddie/abc9_mfsEddie Hung2020-01-116-32/+48
| | | |\ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Merge pull request #1622 from YosysHQ/clifford/onpassregEddie Hung2020-01-113-1/+20
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | | * | | | Add Pass::on_register() and Pass::on_shutdown()Clifford Wolf2020-01-093-1/+20
| | | | |/ / | | | |/| |
| | * | | | Merge pull request #1624 from YosysHQ/eddie/abc9_leakEddie Hung2020-01-101-4/+2
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | abc9: fix memory leakEddie Hung2020-01-101-4/+2
| | |/ / /
| | * / / Bump versionClifford Wolf2020-01-091-1/+1
| | |/ /
| | | * Bump ABCREV for upstream fixEddie Hung2020-01-111-1/+1
| | | * write_xaiger: cleanup holes generationEddie Hung2020-01-081-80/+89
| | | * write_xaiger: holes PIs only if whiteboxEddie Hung2020-01-081-13/+18
| | | * Fix abc9_xc7.box commentsEddie Hung2020-01-071-7/+14
| | | * Merge remote-tracking branch 'origin/master' into eddie/abc9_mfsEddie Hung2020-01-0730-1078/+1575
| | | |\
| | | * | Add testcase from #1459Eddie Hung2020-01-061-0/+25
| | | * | Re-enable &mfs for synth_{ecp5,xilinx}Eddie Hung2020-01-062-3/+2
| | | * | Bump ABCREVEddie Hung2020-01-061-1/+1
| * | | | Merge branch 'eddie/abc9_refactor' of github.com:YosysHQ/yosys into eddie/abc...Eddie Hung2020-01-114-109/+92
| |\ \ \ \
| | * | | | abc9: cleanupEddie Hung2020-01-113-45/+38
| * | | | | CleanupEddie Hung2020-01-081-5/+3
* | | | | | log_debug() for abc9_{arrival,required} timesEddie Hung2020-01-102-1/+15
* | | | | | Add abc9_required to DSP48E1.{A,B,C,D,PCIN}Eddie Hung2020-01-101-38/+117
* | | | | | abc9_ops -prep_times: generate flop boxes from abc9_required attrEddie Hung2020-01-102-78/+67
* | | | | | abc9_ops -prep_times: update commentEddie Hung2020-01-101-3/+4
* | | | | | Add abc9_ops -check, -prep_times, -write_box for required timesEddie Hung2020-01-103-75/+256
* | | | | | abc9_exe: -box to not require -lutEddie Hung2020-01-091-9/+4
* | | | | | write_xaiger: cleanupEddie Hung2020-01-091-17/+15
* | | | | | Merge remote-tracking branch 'origin/eddie/abc9_refactor' into eddie/abc9_req...Eddie Hung2020-01-091-56/+50
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | abc9_ops: fix reintegration by removing optimised-away boxesEddie Hung2020-01-091-56/+50
* | | | | | write_xaiger: cope with abc9_arrival as string of intsEddie Hung2020-01-091-8/+21
* | | | | | Merge remote-tracking branch 'origin/eddie/abc9_refactor' into eddie/abc9_req...Eddie Hung2020-01-091-8/+4
|\| | | | |
| * | | | | read_aiger: more accurate debug messageEddie Hung2020-01-091-2/+4
| * | | | | read_aiger: do not double-count outputs for flopsEddie Hung2020-01-091-6/+0
| |/ / / /