aboutsummaryrefslogtreecommitdiffstats
path: root/manual
Commit message (Collapse)AuthorAgeFilesLines
* Update manualMiodrag Milanovic2022-05-091-0/+44
|
* Update CHANGELOG and manualMiodrag Milanovic2022-04-041-2/+54
|
* Update documentationMiodrag Milanovic2022-03-041-1/+96
|
* Update CHANGELOG and manualMiodrag Milanovic2022-02-071-3/+61
|
* manual: Fix a custom pass example.Marcelina Kościelnicka2022-01-271-1/+1
| | | | Fixes #3156.
* manual: Fix cell-stmt ordergatecat2022-01-031-1/+1
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Update manualMiodrag Milanovic2022-01-031-1/+21
|
* opt_mem_priority: Fix non-ascii char in help message.Marcelina Kościelnicka2021-12-091-11/+1
| | | | This is a fixed version of #3072.
* Update manualMiodrag Milanovic2021-12-031-22/+181
|
* manual: fix pdflatex inputenc undefined char errorGabriel Somlo2021-11-071-1/+1
| | | | Signed-off-by: Gabriel Somlo <gsomlo@gmail.com>
* Update command referenceMiodrag Milanovic2021-11-051-0/+17
|
* Update command reference part of manualMiodrag Milanovic2021-10-291-340/+1444
|
* Add $aldff and $aldffe: flip-flops with async load.Marcelina Kościelnicka2021-10-021-2/+13
|
* Add v2 memory cells.Marcelina Kościelnicka2021-08-111-27/+99
|
* memory: Introduce $meminit_v2 cell, with EN input.Marcelina Kościelnicka2021-07-281-5/+6
|
* Intersynth URLClaire Xenia Wolf2021-06-091-1/+1
| | | | Signed-off-by: Claire Xenia Wolf <claire@clairexen.net>
* More deadname stuffClaire Xenia Wolf2021-06-099-26/+26
|
* Use HTTPS for website links, gatecat emailClaire Xenia Wolf2021-06-099-12/+12
| | | | | | | | | | git ls-tree -r --name-only HEAD | xargs sed -i -rf ~/fixemails.sed s/((Claire|Xen|Xenia|Clifford)\s+)+(Wolf|Xen)\s+<(claire|clifford)@(symbioticeda.com|clifford.at|yosyshq.com)>/Claire Xenia Wolf <claire@yosyshq.com>/gi; s/((Nina|Nak|N\.)\s+)+Engelhardt\s+<nak@(symbioticeda.com|yosyshq.com)>/N. Engelhardt <nak@yosyshq.com>/gi; s/((David)\s+)+(Shah|gatecat)\s+<(dave|david|gatecat)@(symbioticeda.com|yosyshq.com|ds0.me)>/gatecat <gatecat@ds0.me>/gi; s/((Miodrag)\s+)+Milanovic\s+<(miodrag|micko)@(symbioticeda.com|yosyshq.com)>/Miodrag Milanovic <micko@yosyshq.com>/gi; s,https?://www.clifford.at/yosys/|http://yosyshq.net/yosys/,https://yosyshq.net/yosys/,g;
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-0810-13/+13
| | | | | | | | s/((Claire|Xen|Xenia|Clifford)\s+)+(Wolf|Xen)\s+<(claire|clifford)@(symbioticeda.com|clifford.at|yosyshq.com)>/Claire Xenia Wolf <claire@yosyshq.com>/gi; s/((Nina|Nak|N\.)\s+)+Engelhardt\s+<nak@(symbioticeda.com|yosyshq.com)>/N. Engelhardt <nak@yosyshq.com>/gi; s/((David)\s+)+Shah\s+<(dave|david)@(symbioticeda.com|yosyshq.com|ds0.me)>/David Shah <dave@ds0.me>/gi; s/((Miodrag)\s+)+Milanovic\s+<(miodrag|micko)@(symbioticeda.com|yosyshq.com)>/Miodrag Milanovic <micko@yosyshq.com>/gi; s,https?://www.clifford.at/yosys/,http://yosyshq.net/yosys/,g;
* split CodingReadme into multiple filesN. Engelhardt2021-03-221-5/+6
|
* bugpoint: add runner optionZachary Snow2021-03-171-0/+3
|
* verilog: Use proc memory writes in the frontend.Marcelina Kościelnicka2021-03-081-0/+5
|
* Add support for memory writes in processes.Marcelina Kościelnicka2021-03-081-2/+3
|
* Update command-reference-manual.texClaire Xen2021-03-041-4/+4
|
* RTLIL Documentation: switch in process is optionalRobert Baruch2021-02-271-1/+1
|
* Further juggles the wording of "character".Robert Baruch2020-11-251-1/+1
|
* Clarifies how character encodings work.Robert Baruch2020-11-251-5/+5
|
* Clarifies whitespace and eol.Robert Baruch2020-11-251-2/+6
|
* Cleans up doublequotesRobert Baruch2020-11-251-2/+2
|
* Clarifies use of integers, and character set.Robert Baruch2020-11-251-4/+12
|
* Clarifies processes, corrects some attributesRobert Baruch2020-11-251-29/+46
|
* Refactors for attributes.Robert Baruch2020-11-241-50/+50
|
* Cleans up some descriptions and syntaxRobert Baruch2020-11-241-25/+43
| | | Now all rules ending in "-stmt" end in eol.
* Adds missing "end" and eol to module.Robert Baruch2020-11-221-1/+1
|
* Update to Values #2Robert Baruch2020-11-221-1/+1
|
* Update to Values sectionRobert Baruch2020-11-221-2/+2
|
* Adds appendix on RTLIL text formatRobert Baruch2020-11-223-0/+260
|
* manual: fix typo.whitequark2020-08-271-1/+1
|
* Replace "ILANG" with "RTLIL" everywhere.whitequark2020-08-263-16/+14
| | | | | | | | | | The only difference between "RTLIL" and "ILANG" is that the latter is the text representation of the former, as opposed to the in-memory graph representation. This distinction serves no purpose but confuses people: it is not obvious that the ILANG backend writes RTLIL graphs. Passes `write_ilang` and `read_ilang` are provided as aliases to `write_rtlil` and `read_rtlil` for compatibility.
* Add latches to the manual.Marcelina Kościelnicka2020-06-261-42/+165
|
* Add a few more gate types to the manual.Marcelina Kościelnicka2020-06-261-8/+36
|
* Add new builtin FF typesMarcelina Kościelnicka2020-06-231-28/+178
| | | | | | | | | | | | | | The new types include: - FFs with async reset and enable (`$adffe`, `$_DFFE_[NP][NP][01][NP]_`) - FFs with sync reset (`$sdff`, `$_SDFF_[NP][NP][01]_`) - FFs with sync reset and enable, reset priority (`$sdffs`, `$_SDFFE_[NP][NP][01][NP]_`) - FFs with sync reset and enable, enable priority (`$sdffce`, `$_SDFFCE_[NP][NP][01][NP]_`) - FFs with async reset, set, and enable (`$dffsre`, `$_DFFSRE_[NP][NP][NP][NP]_`) - latches with reset or set (`$adlatch`, `$_DLATCH_[NP][NP][01]_`) The new FF types are not actually used anywhere yet (this is left for future commits).
* Use C++11 final/override keywords.whitequark2020-06-182-4/+4
|
* flatten: preserve original object names via hdlname attribute.whitequark2020-06-081-0/+7
|
* Use in-tree include directory in manual buildXiretza2020-05-301-1/+4
| | | | | | | | This is basically the same issue as in tests/various/plugin.sh, which uses yosys-config to compile a plugin. `yosys-config --cxxflags` points to `$PREFIX/share/` (/usr/local/share by default), which might not exist yet or might be out of date. Building directly from the headers in ./share/ avoids this.
* Merge pull request #1885 from Xiretza/mod-rem-cellsclairexen2020-05-292-1/+24
|\ | | | | Fix modulo/remainder semantics
| * Document division and modulo cellsXiretza2020-05-281-0/+23
| |
| * Add flooring division operatorXiretza2020-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | The $div and $mod cells use truncating division semantics (rounding towards 0), as defined by e.g. Verilog. Another rounding mode, flooring (rounding towards negative infinity), can be used in e.g. VHDL. The new $divfloor cell provides this flooring division. This commit also fixes the handling of $div in opt_expr, which was previously optimized as if it was $divfloor.
| * Add flooring modulo operatorXiretza2020-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | The $div and $mod cells use truncating division semantics (rounding towards 0), as defined by e.g. Verilog. Another rounding mode, flooring (rounding towards negative infinity), can be used in e.g. VHDL. The new $modfloor cell provides this flooring modulo (also known as "remainder" in several languages, but this name is ambiguous). This commit also fixes the handling of $mod in opt_expr, which was previously optimized as if it was $modfloor.
* | Restrict RTLIL::IdString to not contain whitespace or control chars.whitequark2020-05-291-3/+6
|/ | | | | This is an existing invariant (most backends can't cope with these) but one that was not checked or documented.