Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix whitespace | Miodrag Milanovic | 2022-10-10 | 1 | -1/+1 |
| | |||||
* | Changing error reason string to be based on lut input plane limit constant. | Archie | 2022-10-02 | 1 | -1/+1 |
| | |||||
* | Adding check for BLIF names command input plane size. | Archie | 2022-08-21 | 1 | -1/+8 |
| | |||||
* | Add check for BLIF with no model name | Archie | 2022-06-14 | 1 | -1/+4 |
| | |||||
* | Fixing old e-mail addresses and deadnames | Claire Xenia Wolf | 2021-06-08 | 2 | -2/+2 |
| | | | | | | | | s/((Claire|Xen|Xenia|Clifford)\s+)+(Wolf|Xen)\s+<(claire|clifford)@(symbioticeda.com|clifford.at|yosyshq.com)>/Claire Xenia Wolf <claire@yosyshq.com>/gi; s/((Nina|Nak|N\.)\s+)+Engelhardt\s+<nak@(symbioticeda.com|yosyshq.com)>/N. Engelhardt <nak@yosyshq.com>/gi; s/((David)\s+)+Shah\s+<(dave|david)@(symbioticeda.com|yosyshq.com|ds0.me)>/David Shah <dave@ds0.me>/gi; s/((Miodrag)\s+)+Milanovic\s+<(miodrag|micko)@(symbioticeda.com|yosyshq.com)>/Miodrag Milanovic <micko@yosyshq.com>/gi; s,https?://www.clifford.at/yosys/,http://yosyshq.net/yosys/,g; | ||||
* | blif: Use library cells' start_offset and upto for wideports. | Marcelina KoĆcielnicka | 2021-05-08 | 1 | -10/+27 |
| | | | | Fixes #2729. | ||||
* | Use C++11 final/override keywords. | whitequark | 2020-06-18 | 1 | -2/+2 |
| | |||||
* | kernel: big fat patch to use more ID::*, otherwise ID(*) | Eddie Hung | 2020-04-02 | 1 | -25/+25 |
| | |||||
* | kernel: use more ID::* | Eddie Hung | 2020-04-02 | 1 | -7/+7 |
| | |||||
* | Fix parsing of .cname BLIF statements | Clifford Wolf | 2019-10-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add .blackbox support to blif front-end | Clifford Wolf | 2019-10-16 | 1 | -0/+6 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | 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 |
| | | | | | | | | | | | | 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 |