Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Additional fix for large liberty files | Miodrag Milanovic | 2022-09-08 | 1 | -26/+26 |
| | |||||
* | Support using large liberty files | Miodrag Milanovic | 2022-09-07 | 1 | -5/+5 |
| | |||||
* | Fixes internal pin parsing error in ASAP7 liberty file. | QuantamHD | 2021-12-20 | 1 | -1/+5 |
| | | | | | | | This fix addresses an issue I saw with the ASAP7 liberty files and ABC. ASAP7 lists internal pins in its liberty file which ABC's liberty parser doesn't account for. This causes an assert to be triggered. This fix simply adds interal pins to the ignore list. | ||||
* | Adding dynamic memory alloc for the buffer in Liberty file reader. | Alan Mishchenko | 2020-01-11 | 1 | -3/+9 |
| | |||||
* | Small bug in the unused code. | Alan Mishchenko | 2019-10-04 | 1 | -1/+1 |
| | |||||
* | Skip cells in Liberty files which have dont_use attribute. | Alan Mishchenko | 2018-10-18 | 1 | -3/+24 |
| | |||||
* | Value of properties can be expression. | Staf Verhaegen | 2018-01-03 | 1 | -0/+12 |
| | | | | | | | | | | | | | | Example found in the 2007.03 Liberty Reference Manual that was also found in the wild: input_voltage(CMOS) { vil : 0.3 * VDD ; vih : 0.7 * VDD ; vimin : -0.5 ; vimax : VDD + 0.5 ; } Current implementation just parses the expression but no interpretation is done. | ||||
* | Compiler warnings. | Alan Mishchenko | 2017-01-07 | 1 | -4/+4 |
| | |||||
* | Compiler warnings. | Alan Mishchenko | 2016-12-31 | 1 | -3/+3 |
| | |||||
* | Bug fix in Liberty parser. | Alan Mishchenko | 2016-12-05 | 1 | -0/+4 |
| | |||||
* | Bug fix in liberty parser and change suggested by Clifford. | Alan Mishchenko | 2016-02-07 | 1 | -0/+2 |
| | |||||
* | Add fix to Liberty parser to skip extra semicolon. | Alan Mishchenko | 2015-07-06 | 1 | -0/+5 |
| | |||||
* | Support for leakage power in Liberty parser and sizer. | Alan Mishchenko | 2014-09-16 | 1 | -0/+19 |
| | |||||
* | Fixing Liberty parser to handle 'scalar' delay/slew tables. | Alan Mishchenko | 2014-02-06 | 1 | -0/+17 |
| | |||||
* | Handling C++-style comments in Liberty parser. | Alan Mishchenko | 2014-01-28 | 1 | -0/+26 |
| | |||||
* | Bug fix in liberty parser. | Alan Mishchenko | 2013-11-23 | 1 | -2/+4 |
| | |||||
* | Fixing the wire-load approximation problem. | Alan Mishchenko | 2013-11-07 | 1 | -2/+4 |
| | |||||
* | Changes to Liberty parser. | Alan Mishchenko | 2013-10-30 | 1 | -54/+132 |
| | |||||
* | Changes to Liberty parser. | Alan Mishchenko | 2013-10-30 | 1 | -2/+169 |
| | |||||
* | Improvements to buffering and sizing. | Alan Mishchenko | 2013-10-13 | 1 | -0/+1 |
| | |||||
* | Normalization of slew/load values. | Alan Mishchenko | 2013-10-13 | 1 | -0/+1 |
| | |||||
* | Bug fixes in the library processing,. | Alan Mishchenko | 2013-10-02 | 1 | -9/+20 |
| | |||||
* | Buf fix in Liberty parser. | Alan Mishchenko | 2013-09-19 | 1 | -1/+1 |
| | |||||
* | Unifying standard cell library representations. | Alan Mishchenko | 2013-09-17 | 1 | -0/+2 |
| | |||||
* | Infrastructure to support full Liberty format and unitification of library ↵ | Alan Mishchenko | 2013-09-15 | 1 | -2/+4 |
| | | | | representations. | ||||
* | Infrastructure to support full Liberty format and unitification of library ↵ | Alan Mishchenko | 2013-09-15 | 1 | -0/+1358 |
representations. |