aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Expand)AuthorAgeFilesLines
* Added sat -set-init-def and sat -tempinduct-defClifford Wolf2014-02-061-4/+34
* Added opt_const -undrivenClifford Wolf2014-02-062-3/+68
* Added expose -dffClifford Wolf2014-02-061-1/+44
* Changed techmap description from "simple" to "generic"Clifford Wolf2014-02-061-1/+1
* Added miter -make_outcmpClifford Wolf2014-02-061-2/+23
* Added sat -set-init-zero supportClifford Wolf2014-02-061-2/+22
* Added sat -verify and -falsify support for non-prove casesClifford Wolf2014-02-061-14/+26
* Added expose commandClifford Wolf2014-02-052-0/+264
* Simplified select "Assertation failed" message generationClifford Wolf2014-02-051-16/+4
* Merge branch 'master' of github.com:cliffordwolf/yosysClifford Wolf2014-02-051-7/+24
|\
| * 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
* Added hierarchy -libdir optionClifford Wolf2014-01-141-4/+48
* renamed LibertyParer to LibertyParserClifford Wolf2014-01-143-9/+9