aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed handling of undef values in MUX select input in ConstEvalClifford Wolf2013-11-061-32/+58
* Added correct RTL undef handling to eval vloghammer modeClifford Wolf2013-11-061-3/+17
* Added eval -vloghammer_report modeClifford Wolf2013-11-062-4/+145
* Added support for "keep" attributes on wiresClifford Wolf2013-11-052-3/+8
* Fixed sign handling in const eval of sshl and sshrClifford Wolf2013-11-051-2/+6
* Makefile DESTDIR default (/usr/local) without quotesClifford Wolf2013-11-041-1/+1
* Another fix for early width and sign detection in ast simplifierClifford Wolf2013-11-041-2/+3
* Merge branch 'master' of github.com:cliffordwolf/yosysClifford Wolf2013-11-041-4/+7
|\
| * Merge pull request #16 from mschmoelzer/masterClifford Wolf2013-11-041-4/+7
| |\
| | * Allow setting of installation destination via DESTDIR variable in MakefileMartin Schmölzer2013-11-041-4/+7
| |/
* | Fixed const folding of ternary operatorClifford Wolf2013-11-041-4/+5
* | Use proper bit width ans sign extension for const foldingClifford Wolf2013-11-041-17/+18
|/
* Improved comments on topological sort in edif backendClifford Wolf2013-11-041-3/+4
* Fixes for early width and sign detection in ast simplifierClifford Wolf2013-11-041-1/+2
* further improved early width and sign detection in ast simplifierClifford Wolf2013-11-042-11/+117
* Added simple topological sort to edif backendClifford Wolf2013-11-031-2/+30
* Write yosys version to output filesClifford Wolf2013-11-037-9/+13
* Merge branch 'master' of github.com:cliffordwolf/yosysClifford Wolf2013-11-032-3/+62
|\
| * Added resolution of positional arguments to hierarchy passClifford Wolf2013-11-031-0/+57
| * Ignore explicit unconnected ports in intersynth backendClifford Wolf2013-11-031-3/+5
* | Fixed detectSignWidthWorker (ast frontend) for AST_CONCATClifford Wolf2013-11-031-1/+1
* | Behavior should be identical now to rev. 0b4a64ac6adbd6 (next: testing before...Clifford Wolf2013-11-023-8/+12
* | Added roadmap to readme fileClifford Wolf2013-11-021-0/+9
* | Various ast changes for early expression width detection (prep for constfold ...Clifford Wolf2013-11-025-30/+146
* | Added DFFSR cell to techlibs/cmos/cmos_cells.libClifford Wolf2013-10-312-0/+26
* | Added placeholder check to dfflibmap and cleaned up some other placeholder ch...Clifford Wolf2013-10-313-4/+4
* | Changed MiniSAT feater defines againClifford Wolf2013-10-311-2/+3
|/
* Added paragraph to README file to avoid mycells.lib confusionClifford Wolf2013-10-311-0/+3
* README file typo fixClifford Wolf2013-10-311-1/+1
* Some additions to the README fileClifford Wolf2013-10-311-0/+19
* Fixed ezminisat C++ errors: undef PRIi64Clifford Wolf2013-10-301-1/+2
* Added detection for endless recursion in fsm_detect passClifford Wolf2013-10-301-4/+15
* Fixed help message typo (memory pass)Clifford Wolf2013-10-301-1/+1
* Added -format option to splitnetsClifford Wolf2013-10-291-1/+16
* Merge pull request #12 from jameswalmsley/masterClifford Wolf2013-10-274-0/+56
|\
| * [EXAMPLES] Ported the mojo counter example to Zynq ZED board.James Walmsley2013-10-274-0/+56
|/
* Fixed get_share_file_name() for installed yosysClifford Wolf2013-10-271-2/+3
* Cleanups in xilinx examplesClifford Wolf2013-10-273-144/+28
* Added synth_xilinx commandClifford Wolf2013-10-272-0/+219
* Added API and Makefile rules for share/ filesClifford Wolf2013-10-274-0/+26
* Added design->full_selection() helper methodClifford Wolf2013-10-271-0/+3
* Moved simple xilinx counter sim example to subdirClifford Wolf2013-10-273-0/+0
* Xilinx mojo_counter example is now workingClifford Wolf2013-10-273-4/+9
* Fixed hex string generation bug in edif backendClifford Wolf2013-10-271-4/+4
* Renamed techlibs/xilinx7 to techlibs/xilinxClifford Wolf2013-10-268-0/+0
* Improved xilinx mojo_counter exampleClifford Wolf2013-10-262-2/+5
* Added support for i/o buffers to iopadmapClifford Wolf2013-10-261-10/+35
* Added another xilinx example (not funcional yet)Clifford Wolf2013-10-264-0/+101
* Added support for sr flip-flops to dfflibmapClifford Wolf2013-10-241-3/+168
* Added support for complex set-reset flip-flops in proc_dffClifford Wolf2013-10-243-17/+147