| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix parsing of .cname BLIF statements | Clifford Wolf | 2019-10-16 | 1 | -1/+1 |
* | Add .blackbox support to blif front-end | Clifford Wolf | 2019-10-16 | 1 | -0/+6 |
* | Change signature of parse_blif to take IdString | Eddie Hung | 2019-08-15 | 2 | -2/+2 |
* | 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 |
* | 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. | Henner Zeller | 2018-07-20 | 1 | -2/+2 |
* | | Fixed use of char array for string in blifparse error handling | Clifford Wolf | 2018-08-08 | 1 | -5/+5 |
* | | Report error reason on same line as syntax error. | litghost | 2018-08-08 | 1 | -6/+9 |
* | | 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 |