summaryrefslogtreecommitdiffstats
path: root/src/map/scl/sclLiberty.c
Commit message (Collapse)AuthorAgeFilesLines
* Additional fix for large liberty filesMiodrag Milanovic2022-09-081-26/+26
|
* Support using large liberty filesMiodrag Milanovic2022-09-071-5/+5
|
* Fixes internal pin parsing error in ASAP7 liberty file.QuantamHD2021-12-201-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 Mishchenko2020-01-111-3/+9
|
* Small bug in the unused code.Alan Mishchenko2019-10-041-1/+1
|
* Skip cells in Liberty files which have dont_use attribute.Alan Mishchenko2018-10-181-3/+24
|
* Value of properties can be expression.Staf Verhaegen2018-01-031-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 Mishchenko2017-01-071-4/+4
|
* Compiler warnings.Alan Mishchenko2016-12-311-3/+3
|
* Bug fix in Liberty parser.Alan Mishchenko2016-12-051-0/+4
|
* Bug fix in liberty parser and change suggested by Clifford.Alan Mishchenko2016-02-071-0/+2
|
* Add fix to Liberty parser to skip extra semicolon.Alan Mishchenko2015-07-061-0/+5
|
* Support for leakage power in Liberty parser and sizer.Alan Mishchenko2014-09-161-0/+19
|
* Fixing Liberty parser to handle 'scalar' delay/slew tables.Alan Mishchenko2014-02-061-0/+17
|
* Handling C++-style comments in Liberty parser.Alan Mishchenko2014-01-281-0/+26
|
* Bug fix in liberty parser.Alan Mishchenko2013-11-231-2/+4
|
* Fixing the wire-load approximation problem.Alan Mishchenko2013-11-071-2/+4
|
* Changes to Liberty parser.Alan Mishchenko2013-10-301-54/+132
|
* Changes to Liberty parser.Alan Mishchenko2013-10-301-2/+169
|
* Improvements to buffering and sizing.Alan Mishchenko2013-10-131-0/+1
|
* Normalization of slew/load values.Alan Mishchenko2013-10-131-0/+1
|
* Bug fixes in the library processing,.Alan Mishchenko2013-10-021-9/+20
|
* Buf fix in Liberty parser.Alan Mishchenko2013-09-191-1/+1
|
* Unifying standard cell library representations.Alan Mishchenko2013-09-171-0/+2
|
* Infrastructure to support full Liberty format and unitification of library ↵Alan Mishchenko2013-09-151-2/+4
| | | | representations.
* Infrastructure to support full Liberty format and unitification of library ↵Alan Mishchenko2013-09-151-0/+1358
representations.