yosys/passes/opt
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
..
Makefile.inc opt_lut: new pass, to combine LUTs for tighter packing. 2018-12-05 16:30:37 +00:00
opt.cc Consistent use of 'override' for virtual methods in derived classes. 2018-07-20 23:51:06 -07:00
opt_clean.cc Consistent use of 'override' for virtual methods in derived classes. 2018-07-20 23:51:06 -07:00
opt_demorgan.cc Consistent use of 'override' for virtual methods in derived classes. 2018-07-20 23:51:06 -07:00
opt_expr.cc Fix typographical and grammatical errors and inconsistencies. 2019-01-02 13:12:17 +00:00
opt_lut.cc Fix typographical and grammatical errors and inconsistencies. 2019-01-02 13:12:17 +00:00
opt_merge.cc Consistent use of 'override' for virtual methods in derived classes. 2018-07-20 23:51:06 -07:00
opt_muxtree.cc Add iteration limit to "opt_muxtree" 2018-11-20 17:56:47 +01:00
opt_reduce.cc Consistent use of 'override' for virtual methods in derived classes. 2018-07-20 23:51:06 -07:00
opt_rmdff.cc Consistent use of 'override' for virtual methods in derived classes. 2018-07-20 23:51:06 -07:00
rmports.cc Consistent use of 'override' for virtual methods in derived classes. 2018-07-20 23:51:06 -07:00
share.cc Consistent use of 'override' for virtual methods in derived classes. 2018-07-20 23:51:06 -07:00
wreduce.cc Fix handling of (* keep *) wires in wreduce 2018-12-31 16:37:40 +01:00