aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
Commit message (Collapse)AuthorAgeFilesLines
* Next dev cycleMiodrag Milanovic2021-11-051-0/+3
|
* Release version 0.11Miodrag Milanovic2021-11-051-1/+1
|
* Add missing changelog itemMiodrag Milanovic2021-11-051-0/+1
|
* Add missing items in CHANGELOGMiodrag Milanovic2021-10-291-0/+6
|
* verilog: use derived module info to elaborate cell connectionsZachary Snow2021-10-251-0/+8
| | | | | | | | - Attempt to lookup a derived module if it potentially contains a port connection with elaboration ambiguities - Mark the cell if module has not yet been derived - This can be extended to implement automatic hierarchical port connections in a future change
* Add $aldff and $aldffe: flip-flops with async load.Marcelina Kościelnicka2021-10-021-0/+2
|
* Prepare for next release cycleMiodrag Milanovic2021-09-271-1/+4
|
* sv: support wand and wor of data typesZachary Snow2021-09-211-1/+2
| | | | | | This enables the usage of declarations of wand or wor with a base type of logic, integer, or a typename. Note that declarations of nets with 2-state base types is still permitted, in violation of the spec.
* Updates for CHANGELOG (#2997)Miodrag Milanović2021-09-131-48/+126
| | | Added missing changes from git log and group items
* Add v2 memory cells.Marcelina Kościelnicka2021-08-111-0/+5
|
* memory: Introduce $meminit_v2 cell, with EN input.Marcelina Kościelnicka2021-07-281-0/+1
|
* 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
|\ \ \ \ | | |_|/ | |/| |