aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/blif
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add .blackbox support to blif front-endClifford Wolf2019-10-161-0/+6
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* 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
| | | | | | | | | | | | 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-overrideClifford Wolf2018-08-151-2/+2
|\ | | | | Consistent use of 'override' for virtual methods in derived classes.
| * Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-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 handlingClifford Wolf2018-08-081-5/+5
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | Report error reason on same line as syntax error.litghost2018-08-081-6/+9
| | | | | | | | Signed-off-by: litghost <537074+litghost@users.noreply.github.com>
* | 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