aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Another small freduce cleanup/bugfixClifford Wolf2014-01-031-1/+2
* Added "connect" commandClifford Wolf2014-01-032-0/+186
* More freduce cleanups and bugfixesClifford Wolf2014-01-031-11/+32
* Added correct handling of $memwr priorityClifford Wolf2014-01-031-2/+19
* Fixed more complex undef cases in freduceClifford Wolf2014-01-021-4/+36
* Now */ is optional in */<mode>:<arg> selectionsClifford Wolf2014-01-021-1/+4
* Added "rename -hide" commandClifford Wolf2014-01-021-1/+44
* More "freduce" related fixes and improvementsClifford Wolf2014-01-021-19/+67
* Added support for module->connections to select %ci, %co and %x handlingClifford Wolf2014-01-021-0/+15
* Some cleanups in freduce -inv mode (and switched from -noinv to -inv)Clifford Wolf2014-01-021-26/+29
* Major rewrite of "freduce" commandClifford Wolf2014-01-023-281/+335
* Fixed use of limited length buffer in ABC blif parserClifford Wolf2013-12-311-7/+16