Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for memory writes in processes. | Marcelina KoĆcielnicka | 2021-03-08 | 1 | -2/+3 |
| | |||||
* | Adds appendix on RTLIL text format | Robert Baruch | 2020-11-22 | 1 | -0/+4 |
| | |||||
* | manual: fix typo. | whitequark | 2020-08-27 | 1 | -1/+1 |
| | |||||
* | Replace "ILANG" with "RTLIL" everywhere. | whitequark | 2020-08-26 | 1 | -9/+8 |
| | | | | | | | | | | 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. | ||||
* | flatten: preserve original object names via hdlname attribute. | whitequark | 2020-06-08 | 1 | -0/+7 |
| | |||||
* | Restrict RTLIL::IdString to not contain whitespace or control chars. | whitequark | 2020-05-29 | 1 | -3/+6 |
| | | | | | This is an existing invariant (most backends can't cope with these) but one that was not checked or documented. | ||||
* | manual: explain RTLIL::Wire::{upto,offset}. | whitequark | 2020-02-09 | 1 | -0/+7 |
| | |||||
* | manual: explain the purpose of `sync always`. | whitequark | 2019-07-02 | 1 | -2/+3 |
| | |||||
* | Explain exact semantics of switch and case rules in the manual. | whitequark | 2019-06-19 | 1 | -0/+12 |
| | |||||
* | manual: document $meminit cell and memory_* passes. | whitequark | 2018-12-20 | 1 | -2/+2 |
| | |||||
* | Renamed opt_share to opt_merge | Clifford Wolf | 2016-03-31 | 1 | -2/+2 |
| | |||||
* | Renamed opt_const to opt_expr | Clifford Wolf | 2016-03-31 | 1 | -1/+1 |
| | |||||
* | Spell check (by Larry Doolittle) | Clifford Wolf | 2015-08-14 | 1 | -2/+2 |
| | |||||
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 1 | -5/+5 |
| | |||||
* | Typos and grammar fixes through chapter 4. | Anthony J. Bentley | 2014-05-02 | 1 | -25/+25 |
| | |||||
* | presentation progress | Clifford Wolf | 2014-02-03 | 1 | -1/+0 |
| | |||||
* | Updated manual | Clifford Wolf | 2013-09-15 | 1 | -2/+4 |
| | |||||
* | Added RTLIL and Liberty syntax highlighting to manual | Clifford Wolf | 2013-07-25 | 1 | -3/+3 |
| | |||||
* | Added Yosys Manual | Clifford Wolf | 2013-07-20 | 1 | -0/+525 |