aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds/check.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-081-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ƛcielnicka2021-03-081-0/+8
|
* check: add support for processes.whitequark2020-11-031-3/+38
|
* check: reformat log/help text to match most other passeswhitequark2020-11-031-19/+17
|
* Use C++11 final/override keywords.whitequark2020-06-181-2/+2
|
* [NFCI] Deduplicate builtin FF cell types listMarcelina Koƛcielnicka2020-04-091-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 Hung2020-04-021-44/+44
|
* Add "check -allow-tbuf"Clifford Wolf2019-10-031-8/+22
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add "check -mapped"Clifford Wolf2019-10-021-21/+35
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-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 Wolf2017-01-041-3/+82
|
* Added "yosys -D" featureClifford Wolf2016-04-211-1/+1
|
* Spell check (by Larry Doolittle)Clifford Wolf2015-08-141-1/+1
|
* Fixed "check" command for inout portsClifford Wolf2015-07-271-3/+11
|
* Fixed trailing whitespacesClifford Wolf2015-07-021-3/+3
|
* Fixed "check -assert"Clifford Wolf2015-02-221-1/+1
|
* Added "check -assert" docClifford Wolf2015-02-221-0/+3
|
* Added "check -assert"Clifford Wolf2015-02-221-0/+8
|
* Added "check -noinit"Clifford Wolf2015-02-151-3/+19
|
* hotfix in "check" commandClifford Wolf2015-02-131-1/+2
|
* Added "check" commandClifford Wolf2015-02-131-0/+126