summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Added new cell types to manualClifford Wolf2013-12-28
|
* Added $bu0 cell (for easy correct $eq/$ne mapping)Clifford Wolf2013-12-28
|
* Added sat -prove-x and -set-def-inputsClifford Wolf2013-12-28
|
* Improved $_MUX_ handling in opt_constClifford Wolf2013-12-28
|
* More conservastive $eq/$ne/$eqx/$nex opt_const codeClifford Wolf2013-12-28
|
* Fixed sat handling of $eqx and $nex with unequal port widthsClifford Wolf2013-12-27
|
* Fixed parsing of non-arg macro calls followed by "("Clifford Wolf2013-12-27
|
* Small cleanup in SatGenClifford Wolf2013-12-27
|
* More $eq/$ne/$eqx/$nex fixes in opt_constClifford Wolf2013-12-27
|
* Fixed parsing of macros with no arguments and expansion text starting with "("Clifford Wolf2013-12-27
|
* Fixed sat handling of $eqx and $nex cellsClifford Wolf2013-12-27
|
* Fixed/improved opt_const $eq/$ne/$eqx/$nex handlingClifford Wolf2013-12-27
|
* Added support for non-const === and !== (for miter circuits)Clifford Wolf2013-12-27
|
* Added proper === and !== support in constant expressionsClifford Wolf2013-12-27
|
* Added sat -set-def/-set-*-undef supportClifford Wolf2013-12-27
|
* Renamed sat -set-undef to -set-any-undefClifford Wolf2013-12-27
|
* Fixed dfflibmap for unused output portsClifford Wolf2013-12-21
|
* Now prefer smallest cells in dfflibmapClifford Wolf2013-12-21
|
* Cleanup of dfflibmap cellmap exploration codeClifford Wolf2013-12-20
|
* Further improved dfflibmap cellmap explorationClifford Wolf2013-12-20
|
* Fixed dfflibmap endless-loop bugClifford Wolf2013-12-20
|
* Added log_dump() APIClifford Wolf2013-12-20
|
* Prefer non-inverted clocks in dfflibmapClifford Wolf2013-12-19
|
* Added multiplier test case from eda playgroundClifford Wolf2013-12-18
|
* Added elsif preproc supportClifford Wolf2013-12-18
|
* Added support for macro argumentsClifford Wolf2013-12-18
|
* Fixes and other changes in READMEClifford Wolf2013-12-08
|
* Finished AppNote 011Clifford Wolf2013-12-08
|
* Progress on AppNote 011Clifford Wolf2013-12-08
|
* Added sat -max_undef featureClifford Wolf2013-12-07
|
* Progress on AppNote 011Clifford Wolf2013-12-07
|
* Added "sat" undef support and "sat -set-init" optionsClifford Wolf2013-12-07
|
* Fixed uninitialized const flags bugClifford Wolf2013-12-07
|
* Fixed compiler warining in passes/sat/eval.ccClifford Wolf2013-12-07
|
* Progress on AppNote 011Clifford Wolf2013-12-07
|
* Progress on AppNote 011Clifford Wolf2013-12-07
|
* Added eval -set-undef and eval -tableClifford Wolf2013-12-07
|
* Fixes and improvements in RTLIL::SigSpec::parseClifford Wolf2013-12-07
|
* Fixes in fsm detect/extract for better detection of non-fsm circuitsClifford Wolf2013-12-06
|
* Fixed bug in example prog in appnote 011Clifford Wolf2013-12-05
|
* Keep strings as strings in const ternary and concatClifford Wolf2013-12-05
|
* Added const folding support for $signed and $unsignedClifford Wolf2013-12-05
|
* Added AstNode::mkconst_str APIClifford Wolf2013-12-05
|
* Fixed generate-for (and disabled double warning for auto-wire)Clifford Wolf2013-12-04
|
* Added support for $clog2 system functionClifford Wolf2013-12-04
|
* Various improvements in support for generate statementsClifford Wolf2013-12-04
|
* Replaced signed_parameters API with CONST_FLAG_SIGNEDClifford Wolf2013-12-04
|
* Replaced RTLIL::Const::str with generic decoder methodClifford Wolf2013-12-04
|
* Fix in sincos testbench genClifford Wolf2013-12-04
|
* Added sincos test caseClifford Wolf2013-12-04
|