aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
| * Fixed parsing of non-arg macro calls followed by "("Clifford Wolf2013-12-271-1/+7
| |
| * Small cleanup in SatGenClifford Wolf2013-12-271-2/+0
| |
| * More $eq/$ne/$eqx/$nex fixes in opt_constClifford Wolf2013-12-271-1/+8
| |
| * Fixed parsing of macros with no arguments and expansion text starting with "("Clifford Wolf2013-12-271-1/+2
| |
| * Fixed sat handling of $eqx and $nex cellsClifford Wolf2013-12-271-1/+12
| |
| * 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-2710-20/+128
| |
| * Added proper === and !== support in constant expressionsClifford Wolf2013-12-279-15/+79
| |
| * 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
| |
| * Added log_dump() APIClifford Wolf2013-12-201-0/+54
| |
| * Prefer non-inverted clocks in dfflibmapClifford Wolf2013-12-191-6/+8
| |
| * Added multiplier test case from eda playgroundClifford Wolf2013-12-181-0/+132
| |
| * Added elsif preproc supportClifford Wolf2013-12-182-2/+243
| |
| * Added support for macro argumentsClifford Wolf2013-12-182-23/+84
| |
* | makefileAhmed Irfan2014-01-032-3/+3
| |
* | btorAhmed Irfan2014-01-034-0/+816
|/
* Fixes and other changes in READMEClifford Wolf2013-12-081-7/+6
|
* Finished AppNote 011Clifford Wolf2013-12-0822-22/+619
|
* Progress on AppNote 011Clifford Wolf2013-12-081-86/+88
|
* Added sat -max_undef featureClifford Wolf2013-12-071-11/+50
|
* Progress on AppNote 011Clifford Wolf2013-12-071-3/+134
|
* Added "sat" undef support and "sat -set-init" optionsClifford Wolf2013-12-072-53/+170
|
* Fixed uninitialized const flags bugClifford Wolf2013-12-071-1/+1
|
* Fixed compiler warining in passes/sat/eval.ccClifford Wolf2013-12-071-2/+2
|
* Progress on AppNote 011Clifford Wolf2013-12-072-2/+156
|
* Progress on AppNote 011Clifford Wolf2013-12-073-42/+90
|
* Added eval -set-undef and eval -tableClifford Wolf2013-12-071-11/+140
|
* Fixes and improvements in RTLIL::SigSpec::parseClifford Wolf2013-12-071-2/+12
|
* Fixes in fsm detect/extract for better detection of non-fsm circuitsClifford Wolf2013-12-062-4/+4
|
* Fixed bug in example prog in appnote 011Clifford Wolf2013-12-051-2/+2
|
* Keep strings as strings in const ternary and concatClifford Wolf2013-12-053-5/+25
|
* Added const folding support for $signed and $unsignedClifford Wolf2013-12-051-0/+7
|
* Added AstNode::mkconst_str APIClifford Wolf2013-12-053-12/+19
|
* Fixed generate-for (and disabled double warning for auto-wire)Clifford Wolf2013-12-041-1/+5
|
* Added support for $clog2 system functionClifford Wolf2013-12-041-4/+20
|