Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing old e-mail addresses and deadnames | Claire Xenia Wolf | 2021-06-08 | 1 | -1/+1 |
| | | | | | | | | 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; | ||||
* | Add support for memory writes in processes. | Marcelina KoĆcielnicka | 2021-03-08 | 1 | -0/+8 |
| | |||||
* | check: add support for processes. | whitequark | 2020-11-03 | 1 | -3/+38 |
| | |||||
* | check: reformat log/help text to match most other passes | whitequark | 2020-11-03 | 1 | -19/+17 |
| | |||||
* | Use C++11 final/override keywords. | whitequark | 2020-06-18 | 1 | -2/+2 |
| | |||||
* | [NFCI] Deduplicate builtin FF cell types list | Marcelina KoĆcielnicka | 2020-04-09 | 1 | -44/+1 |
| | | | | | | | | | A few passes included the same list of FF cell types. Make it a global const instead. The zinit pass also seems to include a list like that, but given that it seems to be completely broken at the time (see #1568 discussion), I'm going to pretend I didn't see that. | ||||
* | kernel: big fat patch to use more ID::*, otherwise ID(*) | Eddie Hung | 2020-04-02 | 1 | -44/+44 |
| | |||||
* | Add "check -allow-tbuf" | Clifford Wolf | 2019-10-03 | 1 | -8/+22 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add "check -mapped" | Clifford Wolf | 2019-10-02 | 1 | -21/+35 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Consistent use of 'override' for virtual methods in derived classes. | Henner Zeller | 2018-07-20 | 1 | -2/+2 |
| | | | | | | | | | o Not all derived methods were marked 'override', but it is a great feature of C++11 that we should make use of. o While at it: touched header files got a -*- c++ -*- for emacs to provide support for that language. o use YS_OVERRIDE for all override keywords (though we should probably use the plain keyword going forward now that C++11 is established) | ||||
* | Added "check -initdrv" | Clifford Wolf | 2017-01-04 | 1 | -3/+82 |
| | |||||
* | Added "yosys -D" feature | Clifford Wolf | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | Spell check (by Larry Doolittle) | Clifford Wolf | 2015-08-14 | 1 | -1/+1 |
| | |||||
* | Fixed "check" command for inout ports | Clifford Wolf | 2015-07-27 | 1 | -3/+11 |
| | |||||
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 1 | -3/+3 |
| | |||||
* | Fixed "check -assert" | Clifford Wolf | 2015-02-22 | 1 | -1/+1 |
| | |||||
* | Added "check -assert" doc | Clifford Wolf | 2015-02-22 | 1 | -0/+3 |
| | |||||
* | Added "check -assert" | Clifford Wolf | 2015-02-22 | 1 | -0/+8 |
| | |||||
* | Added "check -noinit" | Clifford Wolf | 2015-02-15 | 1 | -3/+19 |
| | |||||
* | hotfix in "check" command | Clifford Wolf | 2015-02-13 | 1 | -1/+2 |
| | |||||
* | Added "check" command | Clifford Wolf | 2015-02-13 | 1 | -0/+126 |