summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Now only use value from "initial" when no matching "always" block is foundClifford Wolf2013-03-31
* Added AST_INITIAL (before verilog "initial" was mapped to AST_ALWAYS)Clifford Wolf2013-03-31
* Added test cases from 2012 paper on comparison of foss verilog synthesis toolsClifford Wolf2013-03-31
* Added k68 (m68k compatible cpu) test case from verilatorClifford Wolf2013-03-31
* Improved opt_share for reduce cellsClifford Wolf2013-03-29
* Improved opt_share for commutative standard cellsClifford Wolf2013-03-29
* Added EXTRA_TARGETS Makefile variableClifford Wolf2013-03-28
* Improved Makefile: Added ENABLE_* switchesClifford Wolf2013-03-28
* Implemented TCL support (only via -c option at the moment)Clifford Wolf2013-03-28
* Improved subcircuit verbose output (added portmapper results)Clifford Wolf2013-03-28
* Fixed svgviewer hacks for builtin filesClifford Wolf2013-03-28
* Added proper TECHMAP_FAIL support and added support for the celltype attribut...Clifford Wolf2013-03-28
* Implemented proper handling of stub placeholder modulesClifford Wolf2013-03-28
* Keep viewport transform stable on reload in yosys-svgviewerClifford Wolf2013-03-27
* Added check: only one module for "show" unless format is "ps"Clifford Wolf2013-03-27
* Now using SVG and yosys-svgviewer per default in show commandClifford Wolf2013-03-27
* Added yosys-svgviewer to build system and renamed filterlib to yosys-filterlibClifford Wolf2013-03-27
* Imported svgviewer from qt4.8Clifford Wolf2013-03-27
* Create nice errors when calling RTLIL::Module::derive() of base classClifford Wolf2013-03-26
* Collect parameters in hierarchy -generate (and do nothing with them)Clifford Wolf2013-03-26
* Tiny bugfix in simlib.vClifford Wolf2013-03-26
* Improvements and bugfixes for generate blocks with local signalsClifford Wolf2013-03-26
* Fixed handling of unconditional generate blocksClifford Wolf2013-03-26
* Added nosync attribute and some async reset related fixesClifford Wolf2013-03-25
* Improved verbose output of subcircuitClifford Wolf2013-03-25
* Improved method for finding fsm_expand candidatesClifford Wolf2013-03-25
* Added hierarchy -generate command for generating skeletton modulesClifford Wolf2013-03-25
* Changed fsm_expand to merge multiplexers more aggressivelyClifford Wolf2013-03-24
* Renamed hansimem.v test case to mem_arst.vClifford Wolf2013-03-24
* Fixed handling of show -viewerClifford Wolf2013-03-24
* Fixed handling of internal signals in show commandClifford Wolf2013-03-24
* Improved show -colors color assignmentsClifford Wolf2013-03-24
* Added show -strech and renamed -widthlabels to -widthClifford Wolf2013-03-24
* Added -widthlabels options to chow commandClifford Wolf2013-03-24
* Added -notypes option to intersynth backendClifford Wolf2013-03-24
* Reorganized TODOsClifford Wolf2013-03-24
* Added mem2reg option to verilog frontendClifford Wolf2013-03-24
* Fixed stdcells.v for $adff with undef reset valueClifford Wolf2013-03-24
* Another fix in mem2reg ast simplify logicClifford Wolf2013-03-24
* Added -colors option to show commandClifford Wolf2013-03-24
* Added hansimem testcase (memory with async reset)Clifford Wolf2013-03-24
* Improved mem2reg handling in ast simplifierClifford Wolf2013-03-24
* Fixed gcc build (intersynth backend)Clifford Wolf2013-03-23
* Tiny fixes to verilog parserClifford Wolf2013-03-23
* Various improvements in intersynth backendClifford Wolf2013-03-23
* Added intersynth backendClifford Wolf2013-03-23
* Added help -write-tex-command-reference-manual optionClifford Wolf2013-03-21
* Added eclipse CDT project files to .gitignoreClifford Wolf2013-03-21
* Added -S option for simple synthesis to gate logicClifford Wolf2013-03-21
* Avoid verilog-2k in verilog backendClifford Wolf2013-03-21