aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/xaig_dff' into eddie/abc9_refactorEddie Hung2020-01-0212-756/+722
|\
| * synth_xilinx -dff to work with abc tooEddie Hung2020-01-021-6/+14
| * Merge remote-tracking branch 'origin/master' into xaig_dffEddie Hung2020-01-0214-66/+86
| |\
| * | Update commentsEddie Hung2020-01-021-11/+6
| * | abc9 -keepff -> -dff; refactor dff operationsEddie Hung2020-01-022-58/+58
| * | Clamp -46ps for FDPE* tooEddie Hung2020-01-011-2/+2
| * | Restore abc9 -keepffEddie Hung2020-01-012-86/+6
| * | Re-arrange FD orderEddie Hung2019-12-313-182/+182
| * | Missing characterEddie Hung2019-12-311-1/+1
| * | Cleanup xilinx boxesEddie Hung2019-12-312-391/+425
| * | Cleanup ice40 boxesEddie Hung2019-12-313-30/+43
| * | Cleanup ecp5 boxesEddie Hung2019-12-314-35/+31
| * | Update abc9_xc7.box commentsEddie Hung2019-12-311-18/+18
| * | FDCE ports to be alphabeticalEddie Hung2019-12-311-3/+3
| * | Fix attributes on $__ABC9_ASYNC[01] whiteboxEddie Hung2019-12-311-2/+2
| * | Fix incorrect $__ABC9_ASYNC[01] boxEddie Hung2019-12-311-2/+2
* | | Merge remote-tracking branch 'origin/master' into eddie/abc9_refactorEddie Hung2020-01-0227-91/+118
|\ \ \
| * \ \ Merge pull request #1604 from whitequark/unify-ram-namingwhitequark2020-01-0218-40/+67
| |\ \ \ | | |_|/ | |/| |
| | * | Harmonize BRAM/LUTRAM descriptions across all of Yosys.whitequark2020-01-0118-40/+67
| * | | Merge pull request #1601 from YosysHQ/eddie/synth_retimeEddie Hung2020-01-0212-37/+37
| |\ \ \
| | * | | 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
| * | | | ifdef __ICARUS__ -> ifndef YOSYSEddie Hung2020-01-011-6/+6
| * | | | Fix anlogic async flop mappingEddie Hung2020-01-011-8/+8
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'origin/xaig_dff' into eddie/abc9_refactorEddie Hung2019-12-306-121/+673
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Do not offset FD* box timings due to -46ps TsuEddie Hung2019-12-301-12/+21
| * | Merge remote-tracking branch 'origin/master' into xaig_dffEddie Hung2019-12-3010-32/+377
| |\ \
| * | | Tidy up abc9_map.vEddie Hung2019-12-301-103/+103
| * | | Add "synth_xilinx -dff" option, cleanup abc9Eddie Hung2019-12-302-2/+98
| * | | Merge remote-tracking branch 'origin/master' into xaig_dffEddie Hung2019-12-201-24/+10
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into xaig_dffEddie Hung2019-12-204-172/+240
| |\ \ \ \
| * | | | | Add RAM{32,64}M to abc9_map.vEddie Hung2019-12-191-0/+78
| * | | | | Split into $__ABC9_ASYNC[01], do not add cell->type to clkdomain_tEddie Hung2019-12-195-36/+55
| * | | | | Merge remote-tracking branch 'origin/master' into xaig_dffEddie Hung2019-12-1914-81/+995
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/master' into xaig_dffEddie Hung2019-12-1213-30/+32
| |\ \ \ \ \ \
| * | | | | | | abc9_map.v: fix Xilinx LUTRAMEddie Hung2019-12-121-6/+6
| * | | | | | | Fix commentEddie Hung2019-12-091-1/+1
| * | | | | | | Merge remote-tracking branch 'origin/master' into xaig_dffEddie Hung2019-12-067-745/+1138
| |\ \ \ \ \ \ \
| * | | | | | | | Remove creation of $abc9_control_wireEddie Hung2019-12-061-16/+6
| * | | | | | | | abc9 to use mergeability class to differentiate sync/asyncEddie Hung2019-12-061-12/+15
| * | | | | | | | Remove clkpartEddie Hung2019-12-051-4/+0
| * | | | | | | | Revert "Special abc9_clock wire to contain only clock signal"Eddie Hung2019-12-051-10/+12
| * | | | | | | | Missing wire declarationEddie Hung2019-12-041-0/+1
| * | | | | | | | abc9_map.v to transform INIT=1 to INIT=0Eddie Hung2019-12-041-118/+201
| * | | | | | | | Oh deary meEddie Hung2019-12-041-4/+4
| * | | | | | | | output reg Q -> output Q to suppress warningEddie Hung2019-12-041-8/+8
| * | | | | | | | abc9_map.v to do `zinit' and make INIT = 1'b0Eddie Hung2019-12-041-70/+112
| * | | | | | | | Add abc9_init wire, attach to abc9_flop cellEddie Hung2019-12-031-2/+12
| * | | | | | | | Revert "Add INIT value to abc9_control"Eddie Hung2019-12-031-8/+8