aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
Commit message (Collapse)AuthorAgeFilesLines
* Replace opt_rmdff with opt_dff.Marcelina Kościelnicka2020-08-071-1/+1
|
* techmap: Add _TECHMAP_CELLNAME_ special parameter.Marcelina Kościelnicka2020-07-211-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ścielnicka2020-07-011-0/+2
|
* Update CHANGELOGXiretza2020-05-281-0/+1
|
* Update CHANGELOG and manual for departure from upstreamEddie Hung2020-04-271-2/+2
|
* select: add select -unset optionEddie Hung2020-04-161-0/+1
|
* kernel: add design -delete optionEddie Hung2020-04-161-0/+1
|
* Get rid of dffsr2dff.Marcelina Kościelnicka2020-04-151-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 changelogMiodrag Milanovic2020-02-171-0/+1
|
* Merge branch 'master' into masterRodrigo A. Melo2020-02-031-0/+1
|\
| * Add opt_lut_ins pass. (#1673)Marcelina Kościelnicka2020-02-031-0/+1
| |
* | Merge branch 'master' of https://github.com/YosysHQ/yosysRodrigo Alejandro Melo2020-02-031-1/+3
|\| | | | | | | | | | | Solved a conflict into the CHANGELOG Signed-off-by: Rodrigo Alejandro Melo <rmelo@inti.gob.ar>
| * Update CHANGELOG and READMEDavid Shah2020-02-021-0/+1
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | Removed a line jump into the CHANGELOGRodrigo Alejandro Melo2020-02-011-3/+2
| | | | | | | | Signed-off-by: Rodrigo Alejandro Melo <rodrigomelo9@gmail.com>
* | $readmem[hb] file inclusion is now relative to the Verilog fileRodrigo Alejandro Melo2020-01-311-1/+2
|/ | | | Signed-off-by: Rodrigo Alejandro Melo <rodrigomelo9@gmail.com>
* Add 'abc9 -dff' to CHANGELOGEddie Hung2020-01-021-0/+1
|
* Add CHANGELOG entry, add abc9_{flop,keep} attr to README.mdEddie Hung2019-12-301-0/+1
|
* Add "scratchpad" to CHANGELOGEddie Hung2019-12-181-0/+1
|
* xilinx: Add xilinx_dffopt pass (#1557)Marcin Kościelnicki2019-12-181-0/+1
|
* xilinx: Improve flip-flop handling.Marcin Kościelnicki2019-12-181-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 READMEDavid Shah2019-11-221-0/+2
| | | | Signed-off-by: David Shah <dave@ds0.me>
* Add "check -mapped"Clifford Wolf2019-10-021-0/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* synth_xilinx: Support latches, remove used-up FF init values.Marcin Kościelnicki2019-09-301-0/+1
| | | | Fixes #1387.
* Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-09-201-0/+2
|\
| * Update CHANGELOGClifford Wolf2019-09-201-0/+2
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | Merge remote-tracking branch 'origin/clifford/fix1381' into xc7dspEddie Hung2019-09-191-0/+1
|\|
| * Added extractinv passMarcin Kościelnicki2019-09-191-0/+1
| |
* | Add more entriesEddie Hung2019-09-191-0/+1
| |
* | Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-09-121-0/+1
|\|
| * Add -match-init option to dff2dffs.Marcin Kościelnicki2019-09-111-0/+1
| |
* | Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-09-111-0/+1
|\|
| * techmap: Add support for extracting init values of portsMarcin Kościelnicki2019-09-071-0/+1
| |
* | Update CHANGELOGEddie Hung2019-09-101-0/+5
|/
* Merge remote-tracking branch 'origin/master' into eddie/xilinx_srlEddie Hung2019-08-281-0/+5
|\
| * Merge branch 'master' into mwk/xilinx_bufgmapEddie Hung2019-08-261-11/+107
| |\
| * \ Merge remote-tracking branch 'origin/master' into mwk/xilinx_bufgmapEddie Hung2019-08-231-0/+8
| |\ \
| * | | minor review fixesMarcin Kościelnicki2019-08-131-2/+4
| | | |
| * | | review fixesMarcin Kościelnicki2019-08-131-0/+3
| | | |
* | | | Merge branch 'master' into eddie/xilinx_srlEddie Hung2019-08-261-11/+106
|\ \ \ \ | | |_|/ | |/| |
| * | | Remove dupe in CHANGELOG, missing end quoteEddie Hung2019-08-261-2/+1
| | | |
| * | | Merge tag 'yosys-0.9'Clifford Wolf2019-08-261-10/+106
| |\ \ \
| | * | | Update CHANGELOGDavid Shah2019-07-261-10/+101
| | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| | * | | Update CHANGELOGDavid Shah2019-07-091-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| | * | | Add missing CHANGELOG entriesEddie Hung2019-06-281-0/+3
| | | | |
* | | | | Mention shregmap -tech xilinx is supersededEddie Hung2019-08-231-1/+1
| | | | |
* | | | | Merge remote-tracking branch 'origin/clifford/pmgen' into eddie/xilinx_srlEddie Hung2019-08-231-0/+1
|\| | | |
| * | | | Add pmgen slices and choicesClifford Wolf2019-08-231-0/+1
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* / | | Add CHANGELOG entryEddie Hung2019-08-221-0/+2
|/ / /
* | | Merge pull request #1209 from YosysHQ/eddie/synth_xilinxEddie Hung2019-08-201-0/+4
|\ \ \ | | | | | | | | [WIP] synth xilinx renaming, as per #1184
| * \ \ Merge remote-tracking branch 'origin/master' into eddie/synth_xilinxEddie Hung2019-08-201-1/+8
| |\ \ \