aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | abc9: remove -markgroups option, since operates on fully selected modEddie Hung2020-01-061-22/+1
| | * | | | abc9: cleanupEddie Hung2020-01-061-12/+13
| | * | | | write_xaiger: make more robust, update docEddie Hung2020-01-061-29/+14
| | * | | | write_aiger: make more robustEddie Hung2020-01-061-0/+8
| | * | | | Add abc9.dff scratchpad optionEddie Hung2020-01-061-0/+1
| | * | | | Merge remote-tracking branch 'origin/master' into xaig_dffEddie Hung2020-01-062-191/+281
| | |\| | |
| | | * | | Merge pull request #1582 from nakengelhardt/abc_scratchpad_scriptEddie Hung2020-01-062-191/+281
| | | |\ \ \
| | | | * | | check scratchpad for arguments in abc pass tooN. Engelhardt2020-01-061-157/+214
| | | | * | | inherit default values when checking scratchpad for argumentsN. Engelhardt2020-01-061-27/+10
| | | | * | | share codepath for scratchpad argument handling with command argumentsN. Engelhardt2020-01-031-40/+84
| | | | * | | Merge branch 'master' of https://github.com/YosysHQ/yosys into abc_scratchpad...N. Engelhardt2020-01-03122-694/+4372
| | | | |\ \ \
| | | | * | | | check scratchpad variable abc9.scriptfileN. Engelhardt2019-12-171-0/+2
| | | | * | | | check scratchpad variables for custom abc scriptsN. Engelhardt2019-12-132-0/+4
| | * | | | | | Merge remote-tracking branch 'origin/master' into xaig_dffEddie Hung2020-01-0619-40/+69
| | |\| | | | |
| | | * | | | | Merge pull request #1611 from YosysHQ/mmicko/wrapcarry_fixMiodrag Milanović2020-01-051-0/+2
| | | |\ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | | | * | | | Valid to have attribute starting with SB_CARRY.Miodrag Milanovic2020-01-041-0/+2
| | | |/ / / /
| | * | | | | Reword (* abc9_flop *) descriptionEddie Hung2020-01-061-2/+3
| | * | | | | Restore write_xaiger's holes_mode since port_id order causes QoREddie Hung2020-01-031-27/+19
| | * | | | | CleanupEddie Hung2020-01-021-2/+1
| | * | | | | Fix spacingEddie Hung2020-01-021-1/+1
| | * | | | | write_xaiger: get rid of external_bits dictEddie Hung2020-01-021-1/+1
| * | | | | | Revert ABCREVEddie Hung2020-01-061-1/+1
* | | | | | | Merge remote-tracking branch 'origin/eddie/abc9_refactor' into xaig_arrival_r...Eddie Hung2020-01-0691-2459/+3416
|\| | | | | |
| * | | | | | write_xaiger to pad, not abc9_ops -prep_holesEddie Hung2020-01-053-58/+20
| * | | | | | CleanupEddie Hung2020-01-041-30/+16
| * | | | | | Fix when -dff not givenEddie Hung2020-01-044-73/+59
| * | | | | | Call -prep_holes before aigmap; fix topo orderingEddie Hung2020-01-033-53/+18
| * | | | | | WIPEddie Hung2020-01-033-63/+7
| * | | | | | Preserve topo ordering from -prep_holes to write_xaigerEddie Hung2020-01-033-164/+79
| * | | | | | WIPEddie Hung2020-01-033-81/+48
| * | | | | | WIPEddie Hung2020-01-032-30/+148
| * | | | | | 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-0222-1059/+981
| |\| | | | |
| | * | | | | Combine tests to check multiple clock domainsEddie Hung2020-01-021-33/+10
| | * | | | | synth_xilinx -dff to work with abc tooEddie Hung2020-01-021-6/+14
| | * | | | | Merge remote-tracking branch 'origin/master' into xaig_dffEddie Hung2020-01-0227-92/+160
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | Add 'abc9 -dff' to CHANGELOGEddie Hung2020-01-021-0/+1
| | * | | | | Update docEddie Hung2020-01-021-4/+4
| | * | | | | Update commentsEddie Hung2020-01-021-11/+6
| | * | | | | abc9 -keepff -> -dff; refactor dff operationsEddie Hung2020-01-024-166/+135
| | * | | | | Clamp -46ps for FDPE* tooEddie Hung2020-01-011-2/+2
| | * | | | | Get rid of (* abc9_keep *) in write_xaiger tooEddie Hung2020-01-011-15/+18
| | * | | | | Cleanup abc9, update doc for -keepff optionEddie Hung2020-01-011-6/+5
| | * | | | | Restore abc9 -keepffEddie Hung2020-01-014-128/+46
| | * | | | | attributes.count() -> get_bool_attribute()Eddie Hung2020-01-012-3/+3
| | * | | | | Re-arrange FD orderEddie Hung2019-12-313-182/+182