aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/efinix
Commit message (Collapse)AuthorAgeFilesLines
* efinix: Use `memory_libmap` pass.Marcelina Kościelnicka2022-05-183-90/+163
|
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-083-5/+5
| | | | | | | | s/((Claire|Xen|Xenia|Clifford)\s+)+(Wolf|Xen)\s+<(claire|clifford)@(symbioticeda.com|clifford.at|yosyshq.com)>/Claire Xenia Wolf <claire@yosyshq.com>/gi; s/((Nina|Nak|N\.)\s+)+Engelhardt\s+<nak@(symbioticeda.com|yosyshq.com)>/N. Engelhardt <nak@yosyshq.com>/gi; s/((David)\s+)+Shah\s+<(dave|david)@(symbioticeda.com|yosyshq.com|ds0.me)>/David Shah <dave@ds0.me>/gi; s/((Miodrag)\s+)+Milanovic\s+<(miodrag|micko)@(symbioticeda.com|yosyshq.com)>/Miodrag Milanovic <micko@yosyshq.com>/gi; s,https?://www.clifford.at/yosys/,http://yosyshq.net/yosys/,g;
* Blackbox all whiteboxes after synthesisgatecat2021-03-171-0/+1
| | | | | | | This prevents issues like processes in whiteboxes triggering an error in the JSON backend. Signed-off-by: gatecat <gatecat@ds0.me>
* techmap: Add support for [] wildcards in techmap_celltype.Marcelina Kościelnicka2020-08-021-3/+3
| | | | Fixes #1826.
* Merge pull request #2226 from YosysHQ/mwk/nuke-efinix-gbufMiodrag Milanović2020-07-165-122/+11
|\ | | | | efinix: Nuke efinix_gbuf in favor of clkbufmap.
| * efinix: Nuke efinix_gbuf in favor of clkbufmap.Marcelina Kościelnicka2020-07-045-122/+11
| |
* | efinix: Use dfflegalize.Marcelina Kościelnicka2020-07-062-15/+53
|/
* Use C++11 final/override keywords.whitequark2020-06-183-8/+8
|
* Add force_downto and force_upto wire attributes.Marcelina Kościelnicka2020-05-192-1/+11
| | | | Fixes #2058.
* Get rid of dffsr2dff.Marcelina Kościelnicka2020-04-151-1/+0
| | | | | | This pass is a proper subset of opt_rmdff, which is called by opt, which is called by every synth flow in the coarse part. Thus, it never actually does anything and can be safely removed.
* kernel: big fat patch to use more ID::*, otherwise ID(*)Eddie Hung2020-04-022-29/+29
|
* synth_*: call 'opt -fast' after 'techmap'Eddie Hung2020-02-051-0/+1
|
* Merge pull request #1604 from whitequark/unify-ram-namingwhitequark2020-01-023-6/+18
|\ | | | | Harmonize BRAM/LUTRAM descriptions across all of Yosys
| * Harmonize BRAM/LUTRAM descriptions across all of Yosys.whitequark2020-01-013-6/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Update doc that "-retime" calls abc with "-dff -D 1"Eddie Hung2019-12-301-2/+2
|/
* FF should be initialized to 0Miodrag Milanovic2019-10-041-1/+3
|
* Add missing latch mappingMiodrag Milanovic2019-10-041-0/+12
|
* better handling of lut and begin/end addMiodrag Milanovic2019-09-181-4/+10
|
* Added simulation models for Efinix and AnlogicMiodrag Milanovic2019-09-151-2/+62
|
* Fix missing newline at end of fileClifford Wolf2019-08-221-1/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Fix formatingMiodrag Milanovic2019-08-111-2/+2
|
* one bit enable signalMiodrag Milanovic2019-08-111-1/+1
|
* fix mixing signals on FF mappingMiodrag Milanovic2019-08-111-4/+4
|
* Replaced custom step with setundefMiodrag Milanovic2019-08-113-91/+1
|
* Fixed data widthMiodrag Milanovic2019-08-111-2/+2
|
* Adding new pass to fix carry chainMiodrag Milanovic2019-08-113-0/+124
|
* cleanupMiodrag Milanovic2019-08-111-4/+7
|
* Fix COMiodrag Milanovic2019-08-091-26/+24
|
* clock for ram trough gbufMiodrag Milanovic2019-08-041-0/+6
|
* Added bram supportMiodrag Milanovic2019-08-046-1/+260
|
* Custom step to add global clock buffersMiodrag Milanovic2019-08-034-1/+129
|
* Initial EFINIX supportMiodrag Milanovic2019-08-035-0/+370