aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | abc9_ops: fix reintegration by removing optimised-away boxesEddie Hung2020-01-091-56/+50
| * | | | | | | | | | | CleanupEddie Hung2020-01-081-5/+3
| |/ / / / / / / / / /
| * | | | | | | | | | Fix abc9 help, add labelsEddie Hung2020-01-081-58/+71
| * | | | | | | | | | abc9_ops -reintegrate: process box connectionsEddie Hung2020-01-071-27/+134
| * | | | | | | | | | Fix tabs and cleanupEddie Hung2020-01-071-38/+38
| * | | | | | | | | | abc_exe: move 'count_outputs' check to abcEddie Hung2020-01-072-54/+50
| * | | | | | | | | | Add abc9_ops -reintegrate; moved out from now abc9_exeEddie Hung2020-01-064-361/+315
| * | | | | | | | | | abc9_map: drop padding in box connectionsEddie Hung2020-01-061-32/+35
| * | | | | | | | | | Merge remote-tracking branch 'origin/xaig_dff' into eddie/abc9_refactorEddie Hung2020-01-061-0/+2
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Revert "write_xaiger to pad, not abc9_ops -prep_holes"Eddie Hung2020-01-062-4/+48
| * | | | | | | | | | | CleanupEddie Hung2020-01-061-5/+2
| * | | | | | | | | | | scc to use design->selected_modules() which avoids black/white-boxesEddie Hung2020-01-061-26/+25
| * | | | | | | | | | | Revert "scc command to ignore blackboxes"Eddie Hung2020-01-061-3/+3
| * | | | | | | | | | | Fix bad mergeEddie Hung2020-01-062-59/+69
| * | | | | | | | | | | Merge remote-tracking branch 'origin/xaig_dff' into eddie/abc9_refactorEddie Hung2020-01-063-196/+248
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | write_xaiger to pad, not abc9_ops -prep_holesEddie Hung2020-01-052-48/+4
| * | | | | | | | | | | | CleanupEddie Hung2020-01-041-30/+16
| * | | | | | | | | | | | Fix when -dff not givenEddie Hung2020-01-043-59/+49
| * | | | | | | | | | | | Call -prep_holes before aigmap; fix topo orderingEddie Hung2020-01-032-45/+17
| * | | | | | | | | | | | WIPEddie Hung2020-01-032-7/+7
| * | | | | | | | | | | | Preserve topo ordering from -prep_holes to write_xaigerEddie Hung2020-01-032-5/+2
| * | | | | | | | | | | | WIPEddie Hung2020-01-032-14/+40
| * | | | | | | | | | | | WIPEddie Hung2020-01-031-7/+7
| * | | | | | | | | | | | Remove a few log_{push,pop}()Eddie Hung2020-01-022-8/+0
| * | | | | | | | | | | | aigmap everythingEddie Hung2020-01-021-1/+1
| * | | | | | | | | | | | scc command to ignore blackboxesEddie Hung2020-01-021-3/+3
| * | | | | | | | | | | | Move scc operations out of inner loopEddie Hung2020-01-021-8/+4
| * | | | | | | | | | | | CleanupEddie Hung2020-01-021-2/+1
| * | | | | | | | | | | | Merge remote-tracking branch 'origin/xaig_dff' into eddie/abc9_refactorEddie Hung2020-01-023-99/+55
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into eddie/abc9_refactorEddie Hung2020-01-022-11/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | 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-301-9/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Move Pass::call() out of abc9_ops into abc9Eddie Hung2019-12-302-68/+59
| * | | | | | | | | | | | | | | Use function argEddie Hung2019-12-301-9/+9
| * | | | | | | | | | | | | | | holes_module to be whiteboxEddie Hung2019-12-301-0/+10
| * | | | | | | | | | | | | | | Add abc9_ops -prep_holesEddie Hung2019-12-302-3/+313
| * | | | | | | | | | | | | | | 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-302-323/+124
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into eddie/abc9_refactorEddie Hung2019-12-301-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | abc9_techmap -> _map; called from abc9 script pass along with abc9_opsEddie Hung2019-12-284-130/+406
| * | | | | | | | | | | | | | | | | Rename abc9.cc -> abc9_techmap.ccEddie Hung2019-12-282-5/+6
* | | | | | | | | | | | | | | | | | ice40: reduce ABC9 internal fanout warnings with a param for CI->I3Eddie Hung2020-01-241-3/+12
| |_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | abc9: error out if flip-flop init is 1'b1 for '-dff'Eddie Hung2020-01-221-0/+2
* | | | | | | | | | | | | | | | | abc9: fix scratchpad entry abc9.verifyEddie Hung2020-01-221-4/+4
| |_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #1637 from YosysHQ/mwk/fix-1634Claire Wolf2020-01-211-9/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | fsm_detect: Add a cache to avoid excessive CPU usage for big mux networks.Marcin Koƛcielnicki2020-01-141-9/+17
| | |_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | |