aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* Added abc -dff and -clk supportClifford Wolf2013-12-313-34/+173
|
* Now using BLIF as ABC input formatClifford Wolf2013-12-311-37/+54
|
* Always use BLIF as ABC output formatClifford Wolf2013-12-315-268/+31
|
* Fixed undef extend for bitwise binary ops (bugs in simplemap and satgen)Clifford Wolf2013-12-291-2/+2
|
* Added new cell types to manualClifford Wolf2013-12-281-1/+1
|
* Added $bu0 cell (for easy correct $eq/$ne mapping)Clifford Wolf2013-12-281-0/+13
|
* Added sat -prove-x and -set-def-inputsClifford Wolf2013-12-281-32/+96
|
* Improved $_MUX_ handling in opt_constClifford Wolf2013-12-281-10/+9
|
* More conservastive $eq/$ne/$eqx/$nex opt_const codeClifford Wolf2013-12-281-8/+2
|
* More $eq/$ne/$eqx/$nex fixes in opt_constClifford Wolf2013-12-271-1/+8
|
* Fixed/improved opt_const $eq/$ne/$eqx/$nex handlingClifford Wolf2013-12-271-1/+3
|
* Added support for non-const === and !== (for miter circuits)Clifford Wolf2013-12-273-7/+11
|
* Added sat -set-def/-set-*-undef supportClifford Wolf2013-12-271-5/+66
|
* Renamed sat -set-undef to -set-any-undefClifford Wolf2013-12-271-20/+20
|
* Fixed dfflibmap for unused output portsClifford Wolf2013-12-211-0/+1
|
* Now prefer smallest cells in dfflibmapClifford Wolf2013-12-211-2/+22
|
* Cleanup of dfflibmap cellmap exploration codeClifford Wolf2013-12-201-17/+20
|
* Further improved dfflibmap cellmap explorationClifford Wolf2013-12-201-14/+18
|
* Fixed dfflibmap endless-loop bugClifford Wolf2013-12-201-0/+1
|
* Prefer non-inverted clocks in dfflibmapClifford Wolf2013-12-191-6/+8
|
* Added sat -max_undef featureClifford Wolf2013-12-071-11/+50
|
* Added "sat" undef support and "sat -set-init" optionsClifford Wolf2013-12-071-40/+146
|
* Fixed compiler warining in passes/sat/eval.ccClifford Wolf2013-12-071-2/+2
|