Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: big fat patch to use more ID::*, otherwise ID(*) | Eddie Hung | 2020-04-02 | 1 | -26/+26 |
| | |||||
* | kernel: use more ID::* | Eddie Hung | 2020-04-02 | 1 | -15/+15 |
| | |||||
* | Add $_NMUX_, add "abc -g cmos", add proper cmos cell costs | Clifford Wolf | 2019-08-06 | 1 | -2/+4 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Fix typographical and grammatical errors and inconsistencies. | whitequark | 2019-01-02 | 1 | -1/+1 |
| | | | | | | | | | | | | 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. | ||||
* | Squelch a little more trailing whitespace | Larry Doolittle | 2018-12-29 | 1 | -3/+3 |
| | |||||
* | 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) | ||||
* | Add workaround for CBMC bug to SimpleC back-end | Clifford Wolf | 2017-05-17 | 1 | -1/+3 |
| | |||||
* | Add $_ANDNOT_ and $_ORNOT_ gates | Clifford Wolf | 2017-05-17 | 1 | -7/+9 |
| | |||||
* | Add <modname>_init() function generator to simpleC back-end | Clifford Wolf | 2017-05-16 | 2 | -88/+152 |
| | |||||
* | Improve simplec back-end | Clifford Wolf | 2017-05-16 | 1 | -1/+1 |
| | |||||
* | Improve simplec back-end | Clifford Wolf | 2017-05-15 | 1 | -42/+44 |
| | |||||
* | Improve simplec back-end | Clifford Wolf | 2017-05-14 | 3 | -3/+49 |
| | |||||
* | Improve simplec back-end | Clifford Wolf | 2017-05-13 | 1 | -25/+60 |
| | |||||
* | Improve simplec back-end | Clifford Wolf | 2017-05-12 | 3 | -12/+78 |
| | |||||
* | Added support for more gate types to simplec back-end | Clifford Wolf | 2017-05-12 | 1 | -1/+88 |
| | |||||
* | Add first draft of simple C back-end | Clifford Wolf | 2017-05-12 | 6 | -0/+623 |