aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs
Commit message (Collapse)AuthorAgeFilesLines
* abc9_ops -prep_times: generate flop boxes from abc9_required attrEddie Hung2020-01-101-61/+0
|
* Add abc9_ops -check, -prep_times, -write_box for required timesEddie Hung2020-01-101-0/+5
|
* Merge remote-tracking branch 'origin/eddie/abc9_refactor' into ↵Eddie Hung2020-01-086-1676/+520
|\ | | | | | | eddie/abc9_required
| * Fix abc9_xc7.box commentsEddie Hung2020-01-071-7/+14
| |
| * Merge branch 'master' of github.com:YosysHQ/yosysEddie Hung2020-01-0613-217/+716
| |\
| | * Merge remote-tracking branch 'origin/master' into xaig_dffEddie Hung2020-01-065-1674/+509
| | |\
| | * \ Merge remote-tracking branch 'origin/master' into xaig_dffEddie Hung2020-01-0619-40/+69
| | |\ \
| | * | | Fix spacingEddie Hung2020-01-021-1/+1
| | | | |
| * | | | Fix DSP48E1 simEddie Hung2020-01-061-3/+3
| | |_|/ | |/| |
| * | | Merge pull request #1617 from YosysHQ/eddie/abc9_dsp_refactorEddie Hung2020-01-065-1653/+507
| |\ \ \ | | |_|/ | |/| | Refactor abc9's DSP48E1 handling
| | * | Wrap arrival functions inside `YOSYS tooEddie Hung2020-01-061-0/+2
| | | |
| | * | Fix return value of arrival time functions, fix wordEddie Hung2020-01-061-18/+14
| | | |
| | * | Drive $[ABCD] explicitlyEddie Hung2020-01-021-15/+21
| | | |
| | * | Merge remote-tracking branch 'origin/master' into eddie/abc9_dsp_refactorEddie Hung2020-01-0213-43/+43
| | |\ \
| | * | | ifndef __ICARUS__ -> ifdef YOSYSEddie Hung2020-01-011-2/+2
| | | | |
| | * | | Rework abc9's DSP48E1 modelEddie Hung2020-01-015-1656/+506
| | | | |
| * | | | Valid to have attribute starting with SB_CARRY.Miodrag Milanovic2020-01-041-0/+2
| | | | |
* | | | | Merge remote-tracking branch 'origin/eddie/abc9_refactor' into ↵Eddie Hung2020-01-0639-656/+1189
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | xaig_arrival_required
| * \ \ \ \ 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
| | | * | | Harmonize BRAM/LUTRAM descriptions across all of Yosys.whitequark2020-01-0118-40/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit: * renames all remaining instances of "DRAM" (which is ambiguous) to "LUTRAM" (which is not), finishing the work started in the commit 698ab9be; * renames memory rule files to brams.txt/lutrams.txt; * adds/renames script labels map_bram/map_lutram; * extracts where necessary script labels map_ffram and map_gates; * adds where necessary options -nobram/-nolutram. The end result is that BRAM/LUTRAM/FFRAM aspects of every target are now consistent with each other. Per architecture: * anlogic: rename drams.txt→lutrams.txt, add -nolutram, add :map_lutram, :map_ffram, :map_gates * ecp5: rename bram.txt→brams.txt, lutram.txt→lutrams.txt * efinix: rename bram.txt→brams.txt, add -nobram, add :map_ffram, :map_gates * gowin: rename bram.txt→brams.txt, dram.txt→lutrams.txt, rename -nodram→-nolutram (-nodram still recognized), rename :bram→:map_bram, :dram→:map_lutram, add :map_ffram, :map_gates
| | * | | | Merge pull request #1601 from YosysHQ/eddie/synth_retimeEddie Hung2020-01-0212-37/+37
| | |\ \ \ \ | | | | | | | | | | | | | | "abc -dff" to no longer retime by default
| | | * | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6008bb7002f874e5c748eaa2050e7b6c17b32745.
| | * | | | | 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
| | |\ \ \ \