summaryrefslogtreecommitdiffstats
path: root/src/map/scl
Commit message (Collapse)AuthorAgeFilesLines
* Changing declaration of Vec_Ptr_t sorting function to satisfy some compilers.Alan Mishchenko2021-09-262-2/+2
|
* Several changes for standard mapping.Alan Mishchenko2021-04-281-2/+13
|
* 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
|
* Fixing some warnings by adding cast from 'int' to 'size_t' in memset, ↵Alan Mishchenko2019-03-051-1/+1
| | | | memcpy, etc.
* Skip cells in Liberty files which have dont_use attribute.Alan Mishchenko2018-10-181-3/+24
|
* Compilation problem with pow().Alan Mishchenko2018-02-191-2/+2
|
* 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.
* Fix typo on the message reporting max output load.Alan Mishchenko2017-10-111-1/+1
|
* stringizing macro argumentHeinz Riener2017-03-031-2/+2
|
* Restoring constraint manager to read old constraint file by default (use ↵Alan Mishchenko2017-02-252-18/+26
| | | | 'read_constr -n' to read new format).
* Typo.Alan Mishchenko2017-01-311-1/+1
|
* 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
|
* Memory leak in scl package.Alan Mishchenko2016-10-121-0/+2
|
* Adding API to convert Genlib into a simple Liberty.Alan Mishchenko2016-03-112-0/+143
|
* Bug fix in liberty parser and change suggested by Clifford.Alan Mishchenko2016-02-071-0/+2
|
* Adding support for delay/area tradeoff.Alan Mishchenko2016-01-131-3/+3
|
* Consolidating timing manager Scl_Con_t and propagating changes.Alan Mishchenko2016-01-072-10/+11
|
* Bug fix in constraint file reader.Alan Mishchenko2016-01-072-2/+8
|
* Migrating to using 32-bit timing representation in &nf.Alan Mishchenko2016-01-051-71/+71
|
* Adding code to support gate profiles.Alan Mishchenko2015-12-141-3/+76
|
* Improvements to timing optimization.Alan Mishchenko2015-11-114-10/+12
|
* Extending and improving timing manager.Alan Mishchenko2015-11-082-12/+35
|
* Extending and improving timing manager.Alan Mishchenko2015-11-081-4/+7
|
* Extending and improving timing manager.Alan Mishchenko2015-11-082-3/+158
|
* silence clang errors when compiling as C++Baruch Sterin2015-11-051-1/+1
|
* Changes for delay-oriented computation.Alan Mishchenko2015-10-261-1/+1
|
* Improvements to Scl_Lib/SC_Cell data-structure.Alan Mishchenko2015-09-245-229/+210
|
* New constraint manager and memory reporting 'ps'.Alan Mishchenko2015-09-083-6/+384
|
* Changes to be able to compile ABC without CUDD.Alan Mishchenko2015-08-241-0/+1
|
* New switch in 'read_lib' to replace gate/pin names by short strings.Alan Mishchenko2015-08-241-5/+44
|
* New switch in 'read_lib' to replace gate/pin names by short strings.Alan Mishchenko2015-08-243-2/+105
|
* Add fix to Liberty parser to skip extra semicolon.Alan Mishchenko2015-07-061-0/+5
|
* Corner case bug in wire-cap estimation.Alan Mishchenko2015-02-181-0/+2
|
* Several improvements to CBA data-structure.Alan Mishchenko2015-02-091-1/+1
|
* Improvements and tuning of CBA with buffering/sizing.Alan Mishchenko2015-02-045-28/+77
|
* Improvements and tuning of CBA.Alan Mishchenko2015-02-011-0/+2
|
* Gate sizing with barrier buffers.Alan Mishchenko2014-12-213-1/+52
|
* Integrating barrier buffers.Alan Mishchenko2014-12-135-10/+76
|
* Support for leakage power in Liberty parser and sizer.Alan Mishchenko2014-09-165-5/+122
|
* Suggested fix to allow .constr files to have empty lines.Alan Mishchenko2014-08-131-0/+2
|
* Adding color to sizing stats.Alan Mishchenko2014-04-191-4/+4
|
* Adding color to sizing stats.Alan Mishchenko2014-04-191-0/+26
|
* Handling latches in combinational sizing.Alan Mishchenko2014-02-131-3/+4
|
* Fixing assertion failure when all POs have constant functions.Alan Mishchenko2014-02-062-1/+4
|
* Fixing Liberty parser to handle 'scalar' delay/slew tables.Alan Mishchenko2014-02-063-0/+33
|
* Handling C++-style comments in Liberty parser.Alan Mishchenko2014-01-281-0/+26
|
* Commeting out an assertion in sizing.Alan Mishchenko2013-11-271-1/+1
|