summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* README file typo fixClifford Wolf2013-10-31
* Some additions to the README fileClifford Wolf2013-10-31
* Fixed ezminisat C++ errors: undef PRIi64Clifford Wolf2013-10-30
* Added detection for endless recursion in fsm_detect passClifford Wolf2013-10-30
* Fixed help message typo (memory pass)Clifford Wolf2013-10-30
* Added -format option to splitnetsClifford Wolf2013-10-29
* Merge pull request #12 from jameswalmsley/masterClifford Wolf2013-10-27
|\
| * [EXAMPLES] Ported the mojo counter example to Zynq ZED board.James Walmsley2013-10-27
|/
* Fixed get_share_file_name() for installed yosysClifford Wolf2013-10-27
* Cleanups in xilinx examplesClifford Wolf2013-10-27
* Added synth_xilinx commandClifford Wolf2013-10-27
* Added API and Makefile rules for share/ filesClifford Wolf2013-10-27