Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1604 from whitequark/unify-ram-naming | whitequark | 2020-01-02 | 1 | -2/+2 |
|\ | | | | | Harmonize BRAM/LUTRAM descriptions across all of Yosys | ||||
| * | Harmonize BRAM/LUTRAM descriptions across all of Yosys. | whitequark | 2020-01-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Hung | 2019-12-30 | 1 | -1/+1 |
| | | |||||
* | | Revert "Revert "synth_* with -retime option now calls abc with -D 1 as well"" | Eddie Hung | 2019-12-30 | 1 | -1/+1 |
|/ | | | | This reverts commit 6008bb7002f874e5c748eaa2050e7b6c17b32745. | ||||
* | Nitpick cleanup for ecp5 | Eddie Hung | 2019-12-27 | 1 | -1/+1 |
| | |||||
* | Revert "Optimise write_xaiger" | Eddie Hung | 2019-12-20 | 1 | -5/+0 |
| | |||||
* | Merge pull request #1558 from YosysHQ/eddie/xaiger_cleanup | Eddie Hung | 2019-12-19 | 1 | -0/+5 |
|\ | | | | | Optimise write_xaiger | ||||
| * | techmap/aigmap of whiteboxes to occur before abc9 instead of in write_xaiger | Eddie Hung | 2019-12-06 | 1 | -0/+5 |
| | | |||||
* | | ecp5: Add support for mapping PRLD FFs | David Shah | 2019-12-07 | 1 | -4/+13 |
|/ | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | ecp5: Use new autoname pass for better cell/net names | David Shah | 2019-11-15 | 1 | -0/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | ecp5: Pass -nomfs to abc9 | David Shah | 2019-10-20 | 1 | -2/+2 |
| | | | | | | Fixes #1459 Signed-off-by: David Shah <dave@ds0.me> | ||||
* | ecp5: Add attrmvcp to copy syn_useioff to driving FF | David Shah | 2019-10-10 | 1 | -0/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Rename abc_* names/attributes to more precisely be abc9_* | Eddie Hung | 2019-10-04 | 1 | -5/+5 |
| | |||||
* | Panic over. Model was elsewhere. Re-arrange for consistency | Eddie Hung | 2019-10-04 | 1 | -0/+1 |
| | |||||
* | Combine 'flatten' & 'coarse' labels in synth_ecp5 so proc run once | Eddie Hung | 2019-09-26 | 1 | -9/+4 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into xc7dsp | Eddie Hung | 2019-09-05 | 1 | -1/+6 |
|\ | |||||
| * | Merge remote-tracking branch 'origin/master' into xaig_arrival | Eddie Hung | 2019-08-28 | 1 | -0/+2 |
| |\ | |||||
| * | | ecp5 to use -max_iter 1 | Eddie Hung | 2019-08-20 | 1 | -2/+1 |
| | | | |||||
| * | | ecp5 to use abc_map.v and _unmap.v | Eddie Hung | 2019-08-20 | 1 | -1/+7 |
| | | | |||||
* | | | Merge branch 'master' into xc7dsp | David Shah | 2019-08-30 | 1 | -0/+2 |
|\ \ \ | | |/ | |/| | |||||
| * | | ecp5: Add GSR support | David Shah | 2019-08-27 | 1 | -0/+2 |
| |/ | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | ecp5: Replace '-dsp' with inverse logic '-nodsp' to match synth_xilinx | David Shah | 2019-08-08 | 1 | -11/+11 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | ecp5: Bring up to date with mul2dsp changes | David Shah | 2019-08-08 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | Merge remote-tracking branch 'origin/master' into ice40dsp | Eddie Hung | 2019-07-18 | 1 | -13/+17 |
|\| | |||||
| * | synth_ecp5: rename dram to lutram everywhere. | whitequark | 2019-07-16 | 1 | -11/+11 |
| | | |||||
| * | synth_{ice40,ecp5}: more sensible pass label naming. | whitequark | 2019-07-16 | 1 | -3/+7 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into xc7dsp | Eddie Hung | 2019-07-10 | 1 | -1/+4 |
|\| | |||||
| * | Error out if -abc9 and -retime specified | Eddie Hung | 2019-07-10 | 1 | -0/+3 |
| | | |||||
| * | synth_ecp5: Fix typo in copyright header | David Shah | 2019-07-09 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | Add mul2dsp multiplier splitting rule and ECP5 mapping | David Shah | 2019-07-08 | 1 | -2/+31 |
|/ | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Add _nowide variants of LUT libraries in -nowidelut flows | Eddie Hung | 2019-06-26 | 1 | -1/+4 |
| | |||||
* | Merge branch 'koriakin/xc7nocarrymux' into xaig | Eddie Hung | 2019-06-26 | 1 | -7/+6 |
|\ | |||||
| * | synth_ecp5 rename -nomux to -nowidelut, but preserve former | Eddie Hung | 2019-06-26 | 1 | -6/+6 |
| | | |||||
* | | ecp5: Add abc9 option | David Shah | 2019-06-14 | 1 | -6/+19 |
|/ | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Add handling of init attributes in "opt_expr -undriven" | Clifford Wolf | 2019-04-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Merge pull request #794 from daveshah1/ecp5improve | Clifford Wolf | 2019-02-28 | 1 | -3/+0 |
|\ | | | | | ECP5 Improvements | ||||
| * | ecp5: Support for flipflop initialisation | David Shah | 2019-01-22 | 1 | -3/+0 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | ecp5: Use abc -dress | David Shah | 2019-02-06 | 1 | -2/+2 |
|/ | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Fix typographical and grammatical errors and inconsistencies. | whitequark | 2019-01-02 | 1 | -1/+1 |
| | | | | | | | | | | | | The initial list of hits was generated with the codespell command below, and each hit was evaluated and fixed manually while taking context into consideration. DIRS="kernel/ frontends/ backends/ passes/ techlibs/" DIRS="${DIRS} libs/ezsat/ libs/subcircuit" codespell $DIRS -S *.o -L upto,iff,thru,synopsys,uint More hits were found by looking through comments and strings manually. | ||||
* | ecp5: Add DSP blackboxes | David Shah | 2018-10-21 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ecp5: Add latch inference | David Shah | 2018-10-19 | 1 | -3/+0 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | ecp5: First BRAM type maps successfully | David Shah | 2018-10-10 | 1 | -4/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Consistent use of 'override' for virtual methods in derived classes. | Henner Zeller | 2018-07-20 | 1 | -4/+4 |
| | | | | | | | | | o Not all derived methods were marked 'override', but it is a great feature of C++11 that we should make use of. o While at it: touched header files got a -*- c++ -*- for emacs to provide support for that language. o use YS_OVERRIDE for all override keywords (though we should probably use the plain keyword going forward now that C++11 is established) | ||||
* | ecp5: ECP5 synthesis fixes | David Shah | 2018-07-16 | 1 | -0/+4 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ecp5: Adding synchronous set/reset support | David Shah | 2018-07-14 | 1 | -2/+3 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ecp5: Initial arith_map implementation | David Shah | 2018-07-13 | 1 | -6/+1 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ecp5: Adding basic synth_ecp5 based on synth_ice40 | David Shah | 2018-07-13 | 1 | -0/+331 |
Signed-off-by: David Shah <davey1576@gmail.com> |