aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/blif/blifparse.cc
Commit message (Expand)AuthorAgeFilesLines
* Report error reason on same line as syntax error.litghost2018-08-081-6/+9
* Use log_warning which does not immediately terminate.litghost2018-08-031-3/+3
* Add BLIF parsing support for .conn and .cnamelitghost2018-08-021-3/+30
* Increase maximum LUT size in blifparse to 12 bitsClifford Wolf2017-09-271-1/+1
* Fix "read_blif -wideports" handling of cells with wide portsClifford Wolf2017-07-211-3/+33
* Add "read_blif -wideports"Clifford Wolf2017-02-061-4/+75
* No limit for length of lines in BLIF front-endClifford Wolf2016-10-191-1/+7
* Added $ff and $_FF_ cell typesClifford Wolf2016-10-121-4/+8
* Bugfix in parsing of BLIF latch init valuesClifford Wolf2016-09-061-1/+1
* Added "read_blif -sop"Clifford Wolf2016-06-181-5/+10
* Added $sop cell type and "abc -sop"Clifford Wolf2016-06-171-23/+79
* Added support for "active high" and "active low" latches in BLIF front-endClifford Wolf2016-04-221-0/+4
* Added "yosys -D" featureClifford Wolf2016-04-211-1/+1
* Fixed BLIF parser for empty port assignmentsClifford Wolf2016-02-241-2/+2
* Various improvements in BLIF front-endClifford Wolf2015-12-201-40/+85
* gcc-4.6 build fixesClifford Wolf2015-09-011-1/+1
* Fixed trailing whitespacesClifford Wolf2015-07-021-2/+2
* Improvements in BLIF front-endClifford Wolf2015-05-241-4/+50
* bugfix in blif front-endClifford Wolf2015-05-181-3/+3
* Improved .latch support in BLIF front-endClifford Wolf2015-05-171-3/+30
* Added read_blif commandClifford Wolf2015-05-171-1/+31
* Generalized blifparse APIClifford Wolf2015-05-171-16/+24
* abc/blifparse files reorganizationClifford Wolf2015-05-171-0/+264