| Commit message (Expand) | Author | Age | Files | Lines |
* | Improved undef handling in == and != for ConstEval | Clifford Wolf | 2013-11-06 | 1 | -11/+25 |
* | Additional fixes for undef propagation in concat and replicate ops | Clifford Wolf | 2013-11-06 | 1 | -0/+4 |
* | Improved width extension with regard to undef propagation | Clifford Wolf | 2013-11-06 | 4 | -87/+171 |
* | Fixed handling of undef values in POS cells in ConstEval | Clifford Wolf | 2013-11-06 | 1 | -3/+1 |
* | Fixed handling of undef values in MUX select input in ConstEval | Clifford Wolf | 2013-11-06 | 1 | -32/+58 |
* | Added correct RTL undef handling to eval vloghammer mode | Clifford Wolf | 2013-11-06 | 1 | -3/+17 |
* | Added eval -vloghammer_report mode | Clifford Wolf | 2013-11-06 | 2 | -4/+145 |
* | Added support for "keep" attributes on wires | Clifford Wolf | 2013-11-05 | 2 | -3/+8 |
* | Fixed sign handling in const eval of sshl and sshr | Clifford Wolf | 2013-11-05 | 1 | -2/+6 |
* | Makefile DESTDIR default (/usr/local) without quotes | Clifford Wolf | 2013-11-04 | 1 | -1/+1 |
* | Another fix for early width and sign detection in ast simplifier | Clifford Wolf | 2013-11-04 | 1 | -2/+3 |
* | Merge branch 'master' of github.com:cliffordwolf/yosys | Clifford Wolf | 2013-11-04 | 1 | -4/+7 |
|\ |
|
| * | Merge pull request #16 from mschmoelzer/master | Clifford Wolf | 2013-11-04 | 1 | -4/+7 |
| |\ |
|
| | * | Allow setting of installation destination via DESTDIR variable in Makefile | Martin Schmölzer | 2013-11-04 | 1 | -4/+7 |
| |/ |
|
* | | Fixed const folding of ternary operator | Clifford Wolf | 2013-11-04 | 1 | -4/+5 |
* | | Use proper bit width ans sign extension for const folding | Clifford Wolf | 2013-11-04 | 1 | -17/+18 |
|/ |
|
* | Improved comments on topological sort in edif backend | Clifford Wolf | 2013-11-04 | 1 | -3/+4 |
* | Fixes for early width and sign detection in ast simplifier | Clifford Wolf | 2013-11-04 | 1 | -1/+2 |
* | further improved early width and sign detection in ast simplifier | Clifford Wolf | 2013-11-04 | 2 | -11/+117 |
* | Added simple topological sort to edif backend | Clifford Wolf | 2013-11-03 | 1 | -2/+30 |
* | Write yosys version to output files | Clifford Wolf | 2013-11-03 | 7 | -9/+13 |
* | Merge branch 'master' of github.com:cliffordwolf/yosys | Clifford Wolf | 2013-11-03 | 2 | -3/+62 |
|\ |
|
| * | Added resolution of positional arguments to hierarchy pass | Clifford Wolf | 2013-11-03 | 1 | -0/+57 |
| * | Ignore explicit unconnected ports in intersynth backend | Clifford Wolf | 2013-11-03 | 1 | -3/+5 |
* | | Fixed detectSignWidthWorker (ast frontend) for AST_CONCAT | Clifford Wolf | 2013-11-03 | 1 | -1/+1 |
* | | Behavior should be identical now to rev. 0b4a64ac6adbd6 (next: testing before... | Clifford Wolf | 2013-11-02 | 3 | -8/+12 |
* | | Added roadmap to readme file | Clifford Wolf | 2013-11-02 | 1 | -0/+9 |
* | | Various ast changes for early expression width detection (prep for constfold ... | Clifford Wolf | 2013-11-02 | 5 | -30/+146 |
* | | Added DFFSR cell to techlibs/cmos/cmos_cells.lib | Clifford Wolf | 2013-10-31 | 2 | -0/+26 |
* | | Added placeholder check to dfflibmap and cleaned up some other placeholder ch... | Clifford Wolf | 2013-10-31 | 3 | -4/+4 |
* | | Changed MiniSAT feater defines again | Clifford Wolf | 2013-10-31 | 1 | -2/+3 |
|/ |
|
* | Added paragraph to README file to avoid mycells.lib confusion | Clifford Wolf | 2013-10-31 | 1 | -0/+3 |
* | README file typo fix | Clifford Wolf | 2013-10-31 | 1 | -1/+1 |
* | Some additions to the README file | Clifford Wolf | 2013-10-31 | 1 | -0/+19 |
* | Fixed ezminisat C++ errors: undef PRIi64 | Clifford Wolf | 2013-10-30 | 1 | -1/+2 |
* | Added detection for endless recursion in fsm_detect pass | Clifford Wolf | 2013-10-30 | 1 | -4/+15 |
* | Fixed help message typo (memory pass) | Clifford Wolf | 2013-10-30 | 1 | -1/+1 |
* | Added -format option to splitnets | Clifford Wolf | 2013-10-29 | 1 | -1/+16 |
* | Merge pull request #12 from jameswalmsley/master | Clifford Wolf | 2013-10-27 | 4 | -0/+56 |
|\ |
|
| * | [EXAMPLES] Ported the mojo counter example to Zynq ZED board. | James Walmsley | 2013-10-27 | 4 | -0/+56 |
|/ |
|
* | Fixed get_share_file_name() for installed yosys | Clifford Wolf | 2013-10-27 | 1 | -2/+3 |
* | Cleanups in xilinx examples | Clifford Wolf | 2013-10-27 | 3 | -144/+28 |
* | Added synth_xilinx command | Clifford Wolf | 2013-10-27 | 2 | -0/+219 |
* | Added API and Makefile rules for share/ files | Clifford Wolf | 2013-10-27 | 4 | -0/+26 |
* | Added design->full_selection() helper method | Clifford Wolf | 2013-10-27 | 1 | -0/+3 |
* | Moved simple xilinx counter sim example to subdir | Clifford Wolf | 2013-10-27 | 3 | -0/+0 |
* | Xilinx mojo_counter example is now working | Clifford Wolf | 2013-10-27 | 3 | -4/+9 |
* | Fixed hex string generation bug in edif backend | Clifford Wolf | 2013-10-27 | 1 | -4/+4 |
* | Renamed techlibs/xilinx7 to techlibs/xilinx | Clifford Wolf | 2013-10-26 | 8 | -0/+0 |
* | Improved xilinx mojo_counter example | Clifford Wolf | 2013-10-26 | 2 | -2/+5 |