Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1617 from YosysHQ/eddie/abc9_dsp_refactor | Eddie Hung | 2020-01-06 | 6 | -1654/+508 |
|\ | | | | | Refactor abc9's DSP48E1 handling | ||||
| * | Wrap arrival functions inside `YOSYS too | Eddie Hung | 2020-01-06 | 1 | -0/+2 |
| | | |||||
| * | Fix return value of arrival time functions, fix word | Eddie Hung | 2020-01-06 | 1 | -18/+14 |
| | | |||||
| * | Bump ABCREV for upstream fix | Eddie Hung | 2020-01-06 | 1 | -1/+1 |
| | | |||||
| * | Drive $[ABCD] explicitly | Eddie Hung | 2020-01-02 | 1 | -15/+21 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into eddie/abc9_dsp_refactor | Eddie Hung | 2020-01-02 | 15 | -58/+83 |
| |\ | |||||
| * | | ifndef __ICARUS__ -> ifdef YOSYS | Eddie Hung | 2020-01-01 | 1 | -2/+2 |
| | | | |||||
| * | | Rework abc9's DSP48E1 model | Eddie Hung | 2020-01-01 | 5 | -1656/+506 |
| | | | |||||
* | | | Merge pull request #1616 from nakengelhardt/abc_scratchpad_arg_warn | Eddie Hung | 2020-01-06 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | error if multiple -g options are given for abc | ||||
| * | | | error if multiple -g options are given for abc | N. Engelhardt | 2020-01-06 | 1 | -0/+2 |
|/ / / | |||||
* | | | Merge pull request #1582 from nakengelhardt/abc_scratchpad_script | Eddie Hung | 2020-01-06 | 2 | -191/+281 |
|\ \ \ | | | | | | | | | Check scratchpad for abc options | ||||
| * | | | check scratchpad for arguments in abc pass too | N. Engelhardt | 2020-01-06 | 1 | -157/+214 |
| | | | | |||||
| * | | | inherit default values when checking scratchpad for arguments | N. Engelhardt | 2020-01-06 | 1 | -27/+10 |
| | | | | |||||
| * | | | share codepath for scratchpad argument handling with command arguments | N. Engelhardt | 2020-01-03 | 1 | -40/+84 |
| | | | | |||||
| * | | | Merge branch 'master' of https://github.com/YosysHQ/yosys into ↵ | N. Engelhardt | 2020-01-03 | 122 | -694/+4372 |
| |\ \ \ | | | | | | | | | | | | | | | | abc_scratchpad_script | ||||
| * | | | | check scratchpad variable abc9.scriptfile | N. Engelhardt | 2019-12-17 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | check scratchpad variables for custom abc scripts | N. Engelhardt | 2019-12-13 | 2 | -0/+4 |
| | | | | | |||||
* | | | | | Merge pull request #1611 from YosysHQ/mmicko/wrapcarry_fix | Miodrag Milanović | 2020-01-05 | 1 | -0/+2 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Valid to have attribute starting with SB_CARRY. | ||||
| * | | | | Valid to have attribute starting with SB_CARRY. | Miodrag Milanovic | 2020-01-04 | 1 | -0/+2 |
|/ / / / | |||||
* | | | | Merge pull request #1604 from whitequark/unify-ram-naming | whitequark | 2020-01-02 | 18 | -40/+67 |
|\ \ \ \ | |_|_|/ |/| | | | Harmonize BRAM/LUTRAM descriptions across all of Yosys | ||||
| * | | | Harmonize BRAM/LUTRAM descriptions across all of Yosys. | whitequark | 2020-01-01 | 18 | -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 #1609 from YosysHQ/clifford/fix1596 | Clifford Wolf | 2020-01-02 | 1 | -4/+25 |
|\ \ \ \ | | | | | | | | | | | Always create $shl, $shr, $sshl, $sshr cells with unsigned B inputs | ||||
| * | | | | Always create $shl, $shr, $sshl, $sshr cells with unsigned B inputs | Clifford Wolf | 2020-01-02 | 1 | -4/+25 |
| | |_|/ | |/| | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | | Merge pull request #1601 from YosysHQ/eddie/synth_retime | Eddie Hung | 2020-01-02 | 13 | -48/+52 |
|\ \ \ \ | | | | | | | | | | | "abc -dff" to no longer retime by default | ||||
| * | | | | Update doc that "-retime" calls abc with "-dff -D 1" | Eddie Hung | 2019-12-30 | 11 | -12/+12 |
| | | | | | |||||
| * | | | | Disable synth_gowin -abc9 as it offers no advantages yet | Eddie Hung | 2019-12-30 | 1 | -12/+12 |
| | | | | | |||||
| * | | | | Revert "Revert "synth_* with -retime option now calls abc with -D 1 as well"" | Eddie Hung | 2019-12-30 | 11 | -13/+13 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 6008bb7002f874e5c748eaa2050e7b6c17b32745. | ||||
| * | | | | Revert "ABC to call retime all the time" | Eddie Hung | 2019-12-30 | 1 | -11/+15 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 9aa94370a54c016421740d2ce32ef0aa338d0dbd. | ||||
* | | | | | Merge pull request #1608 from YosysHQ/eddie/ifndef_YOSYS | Eddie Hung | 2020-01-02 | 1 | -6/+6 |
|\ \ \ \ \ | |_|/ / / |/| | | | | ifdef __ICARUS__ -> ifndef YOSYS | ||||
| * | | | | ifdef __ICARUS__ -> ifndef YOSYS | Eddie Hung | 2020-01-01 | 1 | -6/+6 |
|/ / / / | |||||
* | | | | Merge pull request #1606 from YosysHQ/eddie/improve_tests | Eddie Hung | 2020-01-01 | 10 | -19/+20 |
|\ \ \ \ | | | | | | | | | | | Fix a few issues in tests/arch/* | ||||
| * | | | | Revert insertion of 'reg', leave note behind | Eddie Hung | 2020-01-01 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Fix anlogic async flop mapping | Eddie Hung | 2020-01-01 | 1 | -8/+8 |
| | | | | | |||||
| * | | | | Do not do call equiv_opt when no sim model exists | Eddie Hung | 2019-12-31 | 2 | -4/+4 |
| | | | | | |||||
| * | | | | Fix warnings | Eddie Hung | 2019-12-31 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | Call equiv_opt with -multiclock and -assert | Eddie Hung | 2019-12-31 | 5 | -5/+5 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #1605 from YosysHQ/iopad_fix | Miodrag Milanović | 2020-01-01 | 2 | -0/+22 |
|\ \ \ \ | |/ / / |/| | | | iopad mapping should take care of existing io buffers | ||||
| * | | | Added a test case | Miodrag Milanovic | 2020-01-01 | 1 | -0/+19 |
| | | | | |||||
| * | | | take skip wire bits into account | Miodrag Milanovic | 2020-01-01 | 1 | -0/+3 |
|/ / / | |||||
* | | | Grammar | Eddie Hung | 2019-12-30 | 1 | -1/+1 |
| | | | |||||
* | | | Update timings for Xilinx S7 cells | Eddie Hung | 2019-12-30 | 1 | -15/+35 |
| | | | |||||
* | | | Merge pull request #1589 from YosysHQ/iopad_default | Miodrag Milanović | 2019-12-30 | 20 | -71/+67 |
|\ \ \ | |/ / |/| | | Make iopad option default for all xilinx flows | ||||
| * | | Fix new tests | Miodrag Milanovic | 2019-12-28 | 3 | -6/+6 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into iopad_default | Miodrag Milanovic | 2019-12-28 | 20 | -150/+1614 |
| |\ \ | |||||
| * | | | Make test without iopads | Miodrag Milanovic | 2019-12-28 | 17 | -51/+51 |
| | | | | |||||
| * | | | Revert "Fix xilinx tests, when iopads are default" | Miodrag Milanovic | 2019-12-28 | 16 | -40/+40 |
| | | | | | | | | | | | | | | | | This reverts commit 477e43d921d204c6bc6403109fea6506802c948c. | ||||
| * | | | Addressed review comments | Miodrag Milanovic | 2019-12-21 | 2 | -3/+3 |
| | | | | |||||
| * | | | iopad no op for compatibility with old scripts | Miodrag Milanovic | 2019-12-21 | 1 | -0/+3 |
| | | | | |||||
| * | | | Fix xilinx tests, when iopads are default | Miodrag Milanovic | 2019-12-21 | 17 | -42/+44 |
| | | | | |||||
| * | | | Make iopad option default for all xilinx flows | Miodrag Milanovic | 2019-12-21 | 1 | -14/+5 |
| | | | |