summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Added warning for use of 'z' constants in HDLClifford Wolf2014-11-14
* Fixed parsing of nested verilog concatenation and replicateClifford Wolf2014-11-12
* Another 'make vcxsrc'Clifford Wolf2014-11-12
* Some fixed in "make vcxsrc" srcfiles.txt creationClifford Wolf2014-11-12
* Split MXE "make dist" into MXE "make mxebin" and non-MXE "make vcxsrc"Clifford Wolf2014-11-12
* Added "yosys -qq" to also quiet warning messagesClifford Wolf2014-11-09
* Introducing YS_OVERRIDE, YS_FINAL, YS_ATTRIBUTE, YS_NORETURNClifford Wolf2014-11-09
* Added log_warning() APIClifford Wolf2014-11-09
* Added automatic "make clean" to abc "hg pull" make rulesClifford Wolf2014-11-08
* Some fixes in presentationClifford Wolf2014-11-08
* Added missing fixup_ports() calls to "rename" commandClifford Wolf2014-11-08
* Use a cache for log_id() memory managementClifford Wolf2014-11-08
* Now we are in Yoys 0.4+ developmentClifford Wolf2014-11-08
* Yosys 0.4Clifford Wolf2014-11-08
* Added "ENABLE_PLUGINS := 0" to verific amd64 build instructionsClifford Wolf2014-11-08
* Various documentation updatesClifford Wolf2014-11-08
* Added "Nx" syntax to "show" command for repeating SigChunksClifford Wolf2014-11-08
* Added "used" attribute to entries in yosys_cover_listClifford Wolf2014-11-07
* Minor corrections in CodingReadmeClifford Wolf2014-11-07
* Improved TopoSort determinismClifford Wolf2014-11-07
* Fixed generation of temp names in verilog backendClifford Wolf2014-11-07
* Updated ABC to 5b5af75f1ddaClifford Wolf2014-11-07
* Changelog for Yosys 0.4Clifford Wolf2014-11-07
* Fixed typo in "log_cmd_error_exception"Clifford Wolf2014-11-07
* Made "cover" a compile-time option (disabled by default)Clifford Wolf2014-11-06
* Removed QMAKE variable from MakefileClifford Wolf2014-11-05
* Added "abc" label in synth scriptClifford Wolf2014-10-31
* Added "opt -full" alias for all more aggressive optimizationsClifford Wolf2014-10-31
* Fixed parsing of "module mymod #( parameter foo = 1, bar = 2 ..."Clifford Wolf2014-10-30
* Improved nomem2reg documentationClifford Wolf2014-10-30
* Added support for empty lines to here documentsClifford Wolf2014-10-29
* AST simplifier: optimize constant AST_CASE nodes before recursively descendingClifford Wolf2014-10-29
* Added support for task and function args in parenthesesClifford Wolf2014-10-27
* Improvements in $readmem[bh] implementationClifford Wolf2014-10-26
* Added support for $readmemh/$readmembClifford Wolf2014-10-26
* Fixed constant "cond ? string1 : string2" with strings of different sizeClifford Wolf2014-10-25
* Re-introduced Yosys::readsome() helper functionClifford Wolf2014-10-23
* minor indenting correctionsClifford Wolf2014-10-19
* Merge pull request #40 from parvizp/compile_mac_10.9.2Clifford Wolf2014-10-19
|\
| * Builds on Mac 10.9.2 with LLVM 3.5.Parviz Palangpour2014-10-19
* | Improved new_id() for win32Clifford Wolf2014-10-18
* | Also look for yosys-abc in parent dir on win32Clifford Wolf2014-10-18
* | Various improvements to version reporting on win32Clifford Wolf2014-10-18
* | Disabled READLINE in MXE cross buildClifford Wolf2014-10-18
* | Fixed typo in test_cellClifford Wolf2014-10-18
* | Fixed shell prompt and proc_self_dirname() for win32Clifford Wolf2014-10-18
|/
* Fixed various VS warningsClifford Wolf2014-10-18
* Create vcxsrc in mxe build "make dist"Clifford Wolf2014-10-18
* Moved yosys-config.in to misc/Clifford Wolf2014-10-18
* Added notes regarding building in VSClifford Wolf2014-10-17