aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Collapse)AuthorAgeFilesLines
...
| * be more verbose for select -assert-any and -assert-noneJohann Glaser2014-02-051-2/+16
| |
| * improved help for "select"Johann Glaser2014-02-051-5/+8
| |
* | Added selection support for r: and selection with relational operatorsClifford Wolf2014-02-051-34/+80
|/
* Added setattr and setparam commandsClifford Wolf2014-02-052-0/+181
|
* Throw errors if non-existing selection variables are usedClifford Wolf2014-02-041-3/+4
|
* Added select -noneClifford Wolf2014-02-041-4/+20
|
* Fixed detection of init attribute in opt_rmdffClifford Wolf2014-02-041-1/+1
|
* Added support for inline commands to abc -scriptClifford Wolf2014-02-041-39/+75
|
* Added hierarchy -purge_lib optionClifford Wolf2014-02-041-3/+14
|
* added sat -falsifyClifford Wolf2014-02-041-4/+28
|
* Fixed bug in sequential sat proofs and improved handling of assertsClifford Wolf2014-02-041-2/+27
|
* Improved handling of reg init in opt_share and opt_rmdffClifford Wolf2014-02-042-7/+48
|
* Addred sat option -ignore_unknown_cellsClifford Wolf2014-02-031-3/+17
|
* Added TRANSPARENT parameter to $memrd (and RD_TRANSPARENT to $mem)Clifford Wolf2014-02-034-64/+84
|
* More opt_const -mux_bool featuresClifford Wolf2014-02-021-7/+46
|
* Added opt_const -mux_boolClifford Wolf2014-02-022-7/+47
|
* Added support for inverter chains to opt_constClifford Wolf2014-02-021-1/+21
|
* Only generate write-enable $and if WE is not constant 1 in memory_mapClifford Wolf2014-02-021-15/+18
|
* Added constant-clock case to opt_rmdffClifford Wolf2014-02-021-0/+8
|
* Added show -notitle optionClifford Wolf2014-02-021-4/+14
|
* Added delete commandClifford Wolf2014-02-022-0/+135
|
* Added suuport for module attribute matching with A:<pattern>[=<pattern>] syntaxClifford Wolf2014-02-021-5/+22
|
* Fixed a bug in miter commandClifford Wolf2014-02-011-2/+2
|
* Added sat -show-inputs and -show-outputsClifford Wolf2014-02-011-1/+24
|
* Added show -color support for cells and finished show -label implementationClifford Wolf2014-02-011-13/+36
|
* Added miter commandClifford Wolf2014-02-012-0/+307
|
* enabled multiple "-map" for the extract passJohann Glaser2014-01-251-17/+25
|
* Added support for // comments in liberty parserClifford Wolf2014-01-251-0/+5
|
* Added hilomap commandClifford Wolf2014-01-192-0/+130
|
* Added sat -tempinduc and sat -prove-assertsClifford Wolf2014-01-191-10/+41
|
* Added $assert cellClifford Wolf2014-01-191-1/+1
|
* Improved setundef random number generatorClifford Wolf2014-01-181-1/+1
|
* Added setundef commandClifford Wolf2014-01-172-0/+158
|
* Added support for $adff with undef data inputs to opt_rmdffClifford Wolf2014-01-171-0/+6
|
* Added select -assert-none and -assert-anyClifford Wolf2014-01-171-7/+44
|
* Added automatic memid generation to memory_unpack commandClifford Wolf2014-01-171-2/+2
|
* Added memory_unpack commandClifford Wolf2014-01-172-0/+117
|
* Include unistd.h in passes/hierarchy/hierarchy.cc (required for access(3))Martin Schmölzer2014-01-141-0/+1
| | | | | | This fixes compilation errors on Arch Linux. Signed-off-by: Martin Schmölzer <martin.schmoelzer@student.tuwien.ac.at>
* Added hierarchy -libdir optionClifford Wolf2014-01-141-4/+48
|
* renamed LibertyParer to LibertyParserClifford Wolf2014-01-143-9/+9
|
* Added "+" to list of liberty token charactersClifford Wolf2014-01-141-2/+2
|
* Added "opt_const -mux_undef"Clifford Wolf2014-01-141-5/+71
|
* Improved performance of freduce input cone reductionClifford Wolf2014-01-041-23/+78
|
* Improved freduce performance on const signalsClifford Wolf2014-01-041-13/+63
|
* Performance improvements in freduce passClifford Wolf2014-01-031-27/+69
|
* More freduce cleanupsClifford Wolf2014-01-031-0/+24
|
* Cleanups in freduce commandClifford Wolf2014-01-031-2/+5
|
* Tiny cleanup in proc_mux.ccClifford Wolf2014-01-031-3/+0
|
* Added "splitnets -driver"Clifford Wolf2014-01-031-29/+96
|
* Use selection in freduce commandClifford Wolf2014-01-031-5/+20
|