aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* BTOR backendAhmed Irfan2014-01-142-279/+334
* Merge branch 'master' of https://github.com/ahmedirfan1983/yosys into btorAhmed Irfan2014-01-147-72/+364
|\
| * Merge pull request #1 from cliffordwolf/masterAhmed Irfan2014-01-141-5/+71
| |\
| | * Added "opt_const -mux_undef"Clifford Wolf2014-01-141-5/+71
| |/
| * Fixed typo in frontends/ast/simplify.ccClifford Wolf2014-01-121-1/+1
| * 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
| * Added updating of RTLIL::autoidx to ilang frontendClifford Wolf2014-01-031-1/+23
| * Cleanups in freduce commandClifford Wolf2014-01-031-2/+5
| * Fixed SAT and ConstEval undef handling for $pmux and $safe_pmuxClifford Wolf2014-01-032-10/+43
| * Tiny cleanup in proc_mux.ccClifford Wolf2014-01-031-3/+0
* | splitnet -driver featureAhmed Irfan2014-01-036-45/+343
|\|
| * 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 RTLIL::SigSpec::optimized() APIClifford Wolf2014-01-032-0/+8
* | Merge branch 'master' of https://github.com/cliffordwolf/yosys into btorAhmed Irfan2014-01-0343-873/+2070
|\|
| * Added correct handling of $memwr priorityClifford Wolf2014-01-035-2/+42
| * 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
| * Added SAT undef model for $pmux and $safe_pmuxClifford Wolf2014-01-021-4/+19
| * 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
| * Added autotest.sh -p optionClifford Wolf2014-01-021-3/+8
| * Major rewrite of "freduce" commandClifford Wolf2014-01-024-286/+338
| * Updated CHANGELOGClifford Wolf2014-01-011-2/+36
| * Fixed use of limited length buffer in ABC blif parserClifford Wolf2013-12-311-7/+16
| * Use "abc -dff" in "make test"Clifford Wolf2013-12-311-3/+2
| * Added abc -dff and -clk supportClifford Wolf2013-12-313-34/+173
| * Various small cleanups in stdcells.v techmap codeClifford Wolf2013-12-311-68/+38
| * Added additional checks for A_SIGNED == B_SIGNED for cells with that constraintClifford Wolf2013-12-311-4/+11
| * Updated ABC to hg rev 57517e81666bClifford Wolf2013-12-311-2/+2
| * Now using BLIF as ABC input formatClifford Wolf2013-12-311-37/+54
| * Fixed commented out techmap call in tests/tools/autotest.shClifford Wolf2013-12-311-1/+1
| * Always use BLIF as ABC output formatClifford Wolf2013-12-315-268/+31
| * Fixed a stupid access after delete bugClifford Wolf2013-12-291-1/+2
| * Fixed undef extend for bitwise binary ops (bugs in simplemap and satgen)Clifford Wolf2013-12-292-13/+10
| * Updated manual/command-reference-manual.texClifford Wolf2013-12-282-7/+137
| * Added new cell types to manualClifford Wolf2013-12-282-1/+10
| * Added $bu0 cell (for easy correct $eq/$ne mapping)Clifford Wolf2013-12-286-5/+35
| * 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
| * Fixed sat handling of $eqx and $nex with unequal port widthsClifford Wolf2013-12-271-0/+2