Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing "[options]" to read_blif help | Eddie Hung | 2019-02-08 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Merge pull request #591 from hzeller/virtual-override | Clifford Wolf | 2018-08-15 | 1 | -2/+2 |
|\ | | | | | Consistent use of 'override' for virtual methods in derived classes. | ||||
| * | 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) | ||||
* | | Fixed use of char array for string in blifparse error handling | Clifford Wolf | 2018-08-08 | 1 | -5/+5 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Report error reason on same line as syntax error. | litghost | 2018-08-08 | 1 | -6/+9 |
| | | | | | | | | Signed-off-by: litghost <537074+litghost@users.noreply.github.com> | ||||
* | | Use log_warning which does not immediately terminate. | litghost | 2018-08-03 | 1 | -3/+3 |
| | | |||||
* | | Add BLIF parsing support for .conn and .cname | litghost | 2018-08-02 | 1 | -3/+30 |
|/ | |||||
* | Increase maximum LUT size in blifparse to 12 bits | Clifford Wolf | 2017-09-27 | 1 | -1/+1 |
| | |||||
* | Fix "read_blif -wideports" handling of cells with wide ports | Clifford Wolf | 2017-07-21 | 1 | -3/+33 |
| | |||||
* | Add "read_blif -wideports" | Clifford Wolf | 2017-02-06 | 2 | -5/+77 |
| | |||||
* | No limit for length of lines in BLIF front-end | Clifford Wolf | 2016-10-19 | 1 | -1/+7 |
| | |||||
* | Added $ff and $_FF_ cell types | Clifford Wolf | 2016-10-12 | 1 | -4/+8 |
| | |||||
* | Bugfix in parsing of BLIF latch init values | Clifford Wolf | 2016-09-06 | 1 | -1/+1 |
| | |||||
* | Added "read_blif -sop" | Clifford Wolf | 2016-06-18 | 1 | -5/+10 |
| | |||||
* | Added $sop cell type and "abc -sop" | Clifford Wolf | 2016-06-17 | 2 | -24/+80 |
| | |||||
* | Added support for "active high" and "active low" latches in BLIF front-end | Clifford Wolf | 2016-04-22 | 1 | -0/+4 |
| | |||||
* | Added "yosys -D" feature | Clifford Wolf | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | Fixed BLIF parser for empty port assignments | Clifford Wolf | 2016-02-24 | 1 | -2/+2 |
| | |||||
* | Various improvements in BLIF front-end | Clifford Wolf | 2015-12-20 | 2 | -41/+86 |
| | |||||
* | gcc-4.6 build fixes | Clifford Wolf | 2015-09-01 | 1 | -1/+1 |
| | |||||
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 2 | -4/+4 |
| | |||||
* | Improvements in BLIF front-end | Clifford Wolf | 2015-05-24 | 1 | -4/+50 |
| | |||||
* | bugfix in blif front-end | Clifford Wolf | 2015-05-18 | 1 | -3/+3 |
| | |||||
* | Improved .latch support in BLIF front-end | Clifford Wolf | 2015-05-17 | 1 | -3/+30 |
| | |||||
* | Added read_blif command | Clifford Wolf | 2015-05-17 | 1 | -1/+31 |
| | |||||
* | Generalized blifparse API | Clifford Wolf | 2015-05-17 | 2 | -17/+25 |
| | |||||
* | abc/blifparse files reorganization | Clifford Wolf | 2015-05-17 | 3 | -0/+298 |