summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Removed debug log from const_pow()Clifford Wolf2013-11-08
* Fixed handling of power operatorClifford Wolf2013-11-07
* Fixed more extend vs. extend_u0 issuesClifford Wolf2013-11-07
* Disabled const folding of ternary op when select is undefClifford Wolf2013-11-07
* Renamed extend_un0() to extend_u0() and use it in genrtlilClifford Wolf2013-11-07
* Fixed type of sign extension in opt_const $eq/$ne handlingClifford Wolf2013-11-07
* Fixed sign handling in constantsClifford Wolf2013-11-07
* Fixed const folding in corner cases with parametersClifford Wolf2013-11-07
* Removed done or obsolete TODO itemsClifford Wolf2013-11-07
* Fixed width detection for replicate operatorClifford Wolf2013-11-07
* Fixed $eq/$ne bitwise optimization in opt_constClifford Wolf2013-11-07
* Fixed at_zero evaluation of dynamic rangesClifford Wolf2013-11-07
* Various fixes for correct parameter supportClifford Wolf2013-11-07
* Fixed the fix for propagation of width hints for $signed() and $unsigned()Clifford Wolf2013-11-07
* Fixed techmap of $reduce_xnor with multi-bit outputsClifford Wolf2013-11-07
* Fixed techmap of $gt and $ge with multi-bit outputsClifford Wolf2013-11-06
* Added handling of unconnected/unspecified signals to eval -vloghammer_reportClifford Wolf2013-11-06
* Fixed propagation of width hints for $signed() and $unsigned()Clifford Wolf2013-11-06
* Improved undef handling in == and != for ConstEvalClifford Wolf2013-11-06
* Additional fixes for undef propagation in concat and replicate opsClifford Wolf2013-11-06
* Improved width extension with regard to undef propagationClifford Wolf2013-11-06
* Fixed handling of undef values in POS cells in ConstEvalClifford Wolf2013-11-06
* Fixed handling of undef values in MUX select input in ConstEvalClifford Wolf2013-11-06
* Added correct RTL undef handling to eval vloghammer modeClifford Wolf2013-11-06
* Added eval -vloghammer_report modeClifford Wolf2013-11-06
* Added support for "keep" attributes on wiresClifford Wolf2013-11-05
* Fixed sign handling in const eval of sshl and sshrClifford Wolf2013-11-05
* Makefile DESTDIR default (/usr/local) without quotesClifford Wolf2013-11-04
* Another fix for early width and sign detection in ast simplifierClifford Wolf2013-11-04
* Merge branch 'master' of github.com:cliffordwolf/yosysClifford Wolf2013-11-04
|\
| * Merge pull request #16 from mschmoelzer/masterClifford Wolf2013-11-04
| |\
| | * Allow setting of installation destination via DESTDIR variable in MakefileMartin Schmölzer2013-11-04
| |/
* | Fixed const folding of ternary operatorClifford Wolf2013-11-04
* | Use proper bit width ans sign extension for const foldingClifford Wolf2013-11-04
|/
* Improved comments on topological sort in edif backendClifford Wolf2013-11-04
* Fixes for early width and sign detection in ast simplifierClifford Wolf2013-11-04
* further improved early width and sign detection in ast simplifierClifford Wolf2013-11-04
* Added simple topological sort to edif backendClifford Wolf2013-11-03
* Write yosys version to output filesClifford Wolf2013-11-03
* Merge branch 'master' of github.com:cliffordwolf/yosysClifford Wolf2013-11-03
|\
| * Added resolution of positional arguments to hierarchy passClifford Wolf2013-11-03
| * Ignore explicit unconnected ports in intersynth backendClifford Wolf2013-11-03
* | Fixed detectSignWidthWorker (ast frontend) for AST_CONCATClifford Wolf2013-11-03
* | Behavior should be identical now to rev. 0b4a64ac6adbd6 (next: testing before...Clifford Wolf2013-11-02
* | Added roadmap to readme fileClifford Wolf2013-11-02
* | Various ast changes for early expression width detection (prep for constfold ...Clifford Wolf2013-11-02
* | Added DFFSR cell to techlibs/cmos/cmos_cells.libClifford Wolf2013-10-31
* | Added placeholder check to dfflibmap and cleaned up some other placeholder ch...Clifford Wolf2013-10-31
* | Changed MiniSAT feater defines againClifford Wolf2013-10-31
|/
* Added paragraph to README file to avoid mycells.lib confusionClifford Wolf2013-10-31