yosys/kernel
whitequark efa278e232 Fix typographical and grammatical errors and inconsistencies.
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.
2019-01-02 13:12:17 +00:00
..
bitpattern.h Removed unnecessary cast. 2015-09-01 12:40:36 +02:00
calc.cc Fix mingw compile issue (2nd attempt) 2017-02-23 14:21:02 +01:00
cellaigs.cc Add $_ANDNOT_ and $_ORNOT_ gates 2017-05-17 09:08:29 +02:00
cellaigs.h Fixed trailing whitespaces 2015-07-02 11:14:30 +02:00
celledges.cc Renamed AbstractCellEdgesDatabase::add_cell() to add_edges_from_cell() 2016-07-25 16:39:25 +02:00
celledges.h Consistent use of 'override' for virtual methods in derived classes. 2018-07-20 23:51:06 -07:00
celltypes.h Improve ConstEval error handling for non-eval cell types 2018-11-29 05:07:40 +01:00
consteval.h Improve ConstEval error handling for non-eval cell types 2018-11-29 05:07:40 +01:00
cost.h Use quote includes for yosys.h 2017-12-13 13:27:52 -08:00
driver.cc Modify emscripten main to mount nodefs and to run arg as a script 2018-05-18 22:53:52 -07:00
hashlib.h Add hashlib support for hashing of pools 2017-08-22 13:04:33 +02:00
log.cc Provide source-location logging. 2018-07-19 10:22:02 -07:00
log.h Fix typographical and grammatical errors and inconsistencies. 2019-01-02 13:12:17 +00:00
macc.h Import more std:: stuff into Yosys namespace 2015-10-25 19:30:49 +01:00
modtools.h Consistent use of 'override' for virtual methods in derived classes. 2018-07-20 23:51:06 -07:00
register.cc Consistent use of 'override' for virtual methods in derived classes. 2018-07-20 23:51:06 -07:00
register.h Consistent use of 'override' for virtual methods in derived classes. 2018-07-20 23:51:06 -07:00
rtlil.cc proc_clean: remove any empty cases if all cases use all-def compare. 2018-12-23 09:04:30 +00:00
rtlil.h proc_clean: remove any empty cases if all cases use all-def compare. 2018-12-23 09:04:30 +00:00
satgen.h Consistent use of 'override' for virtual methods in derived classes. 2018-07-20 23:51:06 -07:00
sigtools.h SigMap performance improvement 2016-02-01 10:10:20 +01:00
utils.h Fixed trailing whitespaces 2015-07-02 11:14:30 +02:00
yosys.cc Fix typographical and grammatical errors and inconsistencies. 2019-01-02 13:12:17 +00:00
yosys.h Consistent use of 'override' for virtual methods in derived classes. 2018-07-20 23:51:06 -07:00