aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds/chformal.cc
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2995 from georgerennie/cover_precondJannis Harder2023-02-141-0/+19
|\ | | | | chformal: Add -coverenable option
| * chformal: Note about using -coverenable with the Verific frontendJannis Harder2023-02-141-0/+5
| |
| * chformal: Rename -coverprecond to -coverenableGeorge Rennie2022-06-181-4/+4
| |
| * chformal: Test -coverprecond and reuse the src attributeJannis Harder2022-06-181-2/+2
| |
| * chformal: Add -coverprecond optionGeorge Rennie2022-06-181-0/+14
| | | | | | | | | | This inserts $cover cells to cover the enable signal (precondition) for the selected formal cells.
* | Fitting help messages to 80 character widthKrystalDelusion2022-08-241-2/+2
|/ | | | | | | | | Uses the regex below to search (using vscode): ^\t\tlog\("(.{10,}(?<!\\n)|.{81,}\\n)"\); Finds any log messages double indented (which help messages are) and checks if *either* there are is no newline character at the end, *or* the number of characters before the newline is more than 80.
* 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;
* Use C++11 final/override keywords.whitequark2020-06-181-2/+2
|
* kernel: big fat patch to use more ID::*, otherwise ID(*)Eddie Hung2020-04-021-37/+37
|
* kernel: use more ID::*Eddie Hung2020-04-021-4/+4
|
* Fix typographical and grammatical errors and inconsistencies.whitequark2019-01-021-2/+2
| | | | | | | | | | | | The initial list of hits was generated with the codespell command below, and each hit was evaluated and fixed manually while taking context into consideration. DIRS="kernel/ frontends/ backends/ passes/ techlibs/" DIRS="${DIRS} libs/ezsat/ libs/subcircuit" codespell $DIRS -S *.o -L upto,iff,thru,synopsys,uint More hits were found by looking through comments and strings manually.
* 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)
* Fix gcc compiler warningClifford Wolf2017-04-051-1/+1
|
* Add "chformal -assert2assume" and friendsClifford Wolf2017-02-281-0/+44
|
* Add "chformal" passClifford Wolf2017-02-271-0/+238