Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace opt_rmdff with opt_dff. | Marcelina Kościelnicka | 2020-08-07 | 1 | -1/+1 |
| | |||||
* | techmap: Add _TECHMAP_CELLNAME_ special parameter. | Marcelina Kościelnicka | 2020-07-21 | 1 | -1/+2 |
| | | | | | | | This parameter will resolve to the name of the cell being mapped. The first user of this parameter will be synth_intel_alm's Quartus output, which requires a unique (and preferably descriptive) name passed as a cell parameter for the memory cells. | ||||
* | Add dfflegalize pass. | Marcelina Kościelnicka | 2020-07-01 | 1 | -0/+2 |
| | |||||
* | Update CHANGELOG | Xiretza | 2020-05-28 | 1 | -0/+1 |
| | |||||
* | Update CHANGELOG and manual for departure from upstream | Eddie Hung | 2020-04-27 | 1 | -2/+2 |
| | |||||
* | select: add select -unset option | Eddie Hung | 2020-04-16 | 1 | -0/+1 |
| | |||||
* | kernel: add design -delete option | Eddie Hung | 2020-04-16 | 1 | -0/+1 |
| | |||||
* | Get rid of dffsr2dff. | Marcelina Kościelnicka | 2020-04-15 | 1 | -0/+1 |
| | | | | | | 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. | ||||
* | Add to changelog | Miodrag Milanovic | 2020-02-17 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into master | Rodrigo A. Melo | 2020-02-03 | 1 | -0/+1 |
|\ | |||||
| * | Add opt_lut_ins pass. (#1673) | Marcelina Kościelnicka | 2020-02-03 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master' of https://github.com/YosysHQ/yosys | Rodrigo Alejandro Melo | 2020-02-03 | 1 | -1/+3 |
|\| | | | | | | | | | | | Solved a conflict into the CHANGELOG Signed-off-by: Rodrigo Alejandro Melo <rmelo@inti.gob.ar> | ||||
| * | Update CHANGELOG and README | David Shah | 2020-02-02 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | Removed a line jump into the CHANGELOG | Rodrigo Alejandro Melo | 2020-02-01 | 1 | -3/+2 |
| | | | | | | | | Signed-off-by: Rodrigo Alejandro Melo <rodrigomelo9@gmail.com> | ||||
* | | $readmem[hb] file inclusion is now relative to the Verilog file | Rodrigo Alejandro Melo | 2020-01-31 | 1 | -1/+2 |
|/ | | | | Signed-off-by: Rodrigo Alejandro Melo <rodrigomelo9@gmail.com> | ||||
* | Add 'abc9 -dff' to CHANGELOG | Eddie Hung | 2020-01-02 | 1 | -0/+1 |
| | |||||
* | Add CHANGELOG entry, add abc9_{flop,keep} attr to README.md | Eddie Hung | 2019-12-30 | 1 | -0/+1 |
| | |||||
* | Add "scratchpad" to CHANGELOG | Eddie Hung | 2019-12-18 | 1 | -0/+1 |
| | |||||
* | xilinx: Add xilinx_dffopt pass (#1557) | Marcin Kościelnicki | 2019-12-18 | 1 | -0/+1 |
| | |||||
* | xilinx: Improve flip-flop handling. | Marcin Kościelnicki | 2019-12-18 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | This adds support for infering more kinds of flip-flops: - FFs with async set/reset and clock enable - FFs with sync set/reset - FFs with sync set/reset and clock enable Some passes have been moved (and some added) in order for dff2dffs to work correctly. This gives us complete coverage of Virtex 6+ and Spartan 6 flip-flop capabilities (though not latch capabilities). Older FPGAs also support having both a set and a reset input, which will be handled at a later data. | ||||
* | Update CHANGELOG and README | David Shah | 2019-11-22 | 1 | -0/+2 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Add "check -mapped" | Clifford Wolf | 2019-10-02 | 1 | -0/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | synth_xilinx: Support latches, remove used-up FF init values. | Marcin Kościelnicki | 2019-09-30 | 1 | -0/+1 |
| | | | | Fixes #1387. | ||||
* | Merge remote-tracking branch 'origin/master' into xc7dsp | Eddie Hung | 2019-09-20 | 1 | -0/+2 |
|\ | |||||
| * | Update CHANGELOG | Clifford Wolf | 2019-09-20 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Merge remote-tracking branch 'origin/clifford/fix1381' into xc7dsp | Eddie Hung | 2019-09-19 | 1 | -0/+1 |
|\| | |||||
| * | Added extractinv pass | Marcin Kościelnicki | 2019-09-19 | 1 | -0/+1 |
| | | |||||
* | | Add more entries | Eddie Hung | 2019-09-19 | 1 | -0/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into xc7dsp | Eddie Hung | 2019-09-12 | 1 | -0/+1 |
|\| | |||||
| * | Add -match-init option to dff2dffs. | Marcin Kościelnicki | 2019-09-11 | 1 | -0/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into xc7dsp | Eddie Hung | 2019-09-11 | 1 | -0/+1 |
|\| | |||||
| * | techmap: Add support for extracting init values of ports | Marcin Kościelnicki | 2019-09-07 | 1 | -0/+1 |
| | | |||||
* | | Update CHANGELOG | Eddie Hung | 2019-09-10 | 1 | -0/+5 |
|/ | |||||
* | Merge remote-tracking branch 'origin/master' into eddie/xilinx_srl | Eddie Hung | 2019-08-28 | 1 | -0/+5 |
|\ | |||||
| * | Merge branch 'master' into mwk/xilinx_bufgmap | Eddie Hung | 2019-08-26 | 1 | -11/+107 |
| |\ | |||||
| * \ | Merge remote-tracking branch 'origin/master' into mwk/xilinx_bufgmap | Eddie Hung | 2019-08-23 | 1 | -0/+8 |
| |\ \ | |||||
| * | | | minor review fixes | Marcin Kościelnicki | 2019-08-13 | 1 | -2/+4 |
| | | | | |||||
| * | | | review fixes | Marcin Kościelnicki | 2019-08-13 | 1 | -0/+3 |
| | | | | |||||
* | | | | Merge branch 'master' into eddie/xilinx_srl | Eddie Hung | 2019-08-26 | 1 | -11/+106 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Remove dupe in CHANGELOG, missing end quote | Eddie Hung | 2019-08-26 | 1 | -2/+1 |
| | | | | |||||
| * | | | Merge tag 'yosys-0.9' | Clifford Wolf | 2019-08-26 | 1 | -10/+106 |
| |\ \ \ | |||||
| | * | | | Update CHANGELOG | David Shah | 2019-07-26 | 1 | -10/+101 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| | * | | | Update CHANGELOG | David Shah | 2019-07-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| | * | | | Add missing CHANGELOG entries | Eddie Hung | 2019-06-28 | 1 | -0/+3 |
| | | | | | |||||
* | | | | | Mention shregmap -tech xilinx is superseded | Eddie Hung | 2019-08-23 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge remote-tracking branch 'origin/clifford/pmgen' into eddie/xilinx_srl | Eddie Hung | 2019-08-23 | 1 | -0/+1 |
|\| | | | | |||||
| * | | | | Add pmgen slices and choices | Clifford Wolf | 2019-08-23 | 1 | -0/+1 |
| | |_|/ | |/| | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* / | | | Add CHANGELOG entry | Eddie Hung | 2019-08-22 | 1 | -0/+2 |
|/ / / | |||||
* | | | Merge pull request #1209 from YosysHQ/eddie/synth_xilinx | Eddie Hung | 2019-08-20 | 1 | -0/+4 |
|\ \ \ | | | | | | | | | [WIP] synth xilinx renaming, as per #1184 | ||||
| * \ \ | Merge remote-tracking branch 'origin/master' into eddie/synth_xilinx | Eddie Hung | 2019-08-20 | 1 | -1/+8 |
| |\ \ \ |