aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/blif
Commit message (Expand)AuthorAgeFilesLines
* fix whitespaceMiodrag Milanovic2022-10-101-1/+1
* Changing error reason string to be based on lut input plane limit constant.Archie2022-10-021-1/+1
* Adding check for BLIF names command input plane size.Archie2022-08-211-1/+8
* Add check for BLIF with no model nameArchie2022-06-141-1/+4
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-082-2/+2
* blif: Use library cells' start_offset and upto for wideports.Marcelina Koƛcielnicka2021-05-081-10/+27
* Use C++11 final/override keywords.whitequark2020-06-181-2/+2
* kernel: big fat patch to use more ID::*, otherwise ID(*)Eddie Hung2020-04-021-25/+25
* kernel: use more ID::*Eddie Hung2020-04-021-7/+7
* Fix parsing of .cname BLIF statementsClifford Wolf2019-10-161-1/+1
* Add .blackbox support to blif front-endClifford Wolf2019-10-161-0/+6
* Change signature of parse_blif to take IdStringEddie Hung2019-08-152-2/+2
* Add missing "[options]" to read_blif helpEddie Hung2019-02-081-1/+1
* Fix typographical and grammatical errors and inconsistencies.whitequark2019-01-021-1/+1
* Merge pull request #591 from hzeller/virtual-overrideClifford Wolf2018-08-151-2/+2
|\
| * Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-2/+2
* | Fixed use of char array for string in blifparse error handlingClifford Wolf2018-08-081-5/+5
* | 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-062-5/+77
* 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-172-24/+80
* 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-202-41/+86
* gcc-4.6 build fixesClifford Wolf2015-09-011-1/+1
* Fixed trailing whitespacesClifford Wolf2015-07-022-4/+4
* 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-172-17/+25
* abc/blifparse files reorganizationClifford Wolf2015-05-173-0/+298