aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/gowin/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* gowin: Use `memory_libmap` pass.Marcelina Kościelnicka2022-05-181-15/+0
|
* gowin: replace determine_init with setundefDan Ravensloft2020-07-041-1/+0
|
* gowin,ecp5: remove generated files in `make clean`.whitequark2020-04-241-2/+1
|
* Harmonize BRAM/LUTRAM descriptions across all of Yosys.whitequark2020-01-011-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | 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
* support bram initialisationPepijn de Vos2019-09-051-0/+10
|
* GoWin enablement: DRAM, initial BRAM, DRAM init, DRAM sim and synth_gowin flowDiego2019-04-121-0/+10
|
* Changes in GoWin synth commands and ALU primitive supportDiego H2018-12-031-0/+1
|
* Added initial version of "synth_gowin"Clifford Wolf2016-11-011-0/+6