summaryrefslogtreecommitdiff
path: root/passes/cmds
Commit message (Expand)AuthorAge
* Using selections in "ls" commandClifford Wolf2015-02-01
* Rethrow with "catch(...) throw;"Clifford Wolf2015-01-25
* Improved xdot callingClifford Wolf2015-01-22
* Only enable code coverage counters on linuxClifford Wolf2015-01-09
* Fixed a bug in "select %ci %co %x"Clifford Wolf2014-12-30
* Fixed memory corruption in "splice" commandClifford Wolf2014-12-29
* Renamed hashmap.h to hashlib.h, some related improvementsClifford Wolf2014-12-28
* More hashtable finetuningClifford Wolf2014-12-27
* Replaced std::unordered_set (nodict) with Yosys::poolClifford Wolf2014-12-26
* Added Yosys::{dict,nodict,vector} container typesClifford Wolf2014-12-26
* Indenting fix in show.ccClifford Wolf2014-12-23
* Added "show -colorattr"Clifford Wolf2014-12-23
* Introducing YS_OVERRIDE, YS_FINAL, YS_ATTRIBUTE, YS_NORETURNClifford Wolf2014-11-09
* Added log_warning() APIClifford Wolf2014-11-09
* Added missing fixup_ports() calls to "rename" commandClifford Wolf2014-11-08
* Added "Nx" syntax to "show" command for repeating SigChunksClifford Wolf2014-11-08
* Fixed typo in "log_cmd_error_exception"Clifford Wolf2014-11-07
* Made "cover" a compile-time option (disabled by default)Clifford Wolf2014-11-06
* Re-introduced Yosys::readsome() helper functionClifford Wolf2014-10-23
* Various win32 / vs build fixesClifford Wolf2014-10-17
* Various MXE build fixesClifford Wolf2014-10-17
* Header changes so it will compile on VSWilliam Speirs2014-10-17
* Replaced readsome() with read() and gcount()Clifford Wolf2014-10-15
* Added run_command() api to replace system() and popen()Clifford Wolf2014-10-12
* Renamed "log.cc" to "logcmd.cc" so there aren't two "log.cc" in the source treeClifford Wolf2014-10-11
* Fixed win32 troubles with f.readsome()Clifford Wolf2014-10-11
* Disabled "cover -d" on win32Clifford Wolf2014-10-11
* Moved patmatch() to yosys.ccClifford Wolf2014-10-10
* Replaced fnmatch() with patmatch()Clifford Wolf2014-10-10
* Added format __attribute__ to stringf()Clifford Wolf2014-10-10
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-10
* sort cell types in "stat" output by nameClifford Wolf2014-10-03
* namespace YosysClifford Wolf2014-09-27
* Alphabetically sort port names in "show" outputClifford Wolf2014-09-19
* Corrected spelling mistakes found by lintianRuben Undheim2014-09-06
* Removed $bu0 cell typeClifford Wolf2014-09-04
* Removed references to yosys-svgviewer from docsClifford Wolf2014-09-02
* Using "xdot" instead of "yosys-svgviewer" in show commandClifford Wolf2014-09-02
* Moved "share" and "wreduce" to passes/opt/Clifford Wolf2014-09-01
* Implemented "rename -enumerate -pattern"Clifford Wolf2014-08-26
* Changed frontend-api from FILE to std::istreamClifford Wolf2014-08-23
* Added "stat -width"Clifford Wolf2014-08-22
* Added emscripten (emcc) support to build system and some build fixesClifford Wolf2014-08-22
* Added "plugin" commandClifford Wolf2014-08-22
* Added module->uniquify()Clifford Wolf2014-08-16
* RIP $safe_pmuxClifford Wolf2014-08-14
* Fixed build with gcc-4.6Clifford Wolf2014-08-07
* Various fixes and improvements in wreduce passClifford Wolf2014-08-05
* Removed old "constmap" from wreduce codeClifford Wolf2014-08-05
* Added support for truncating of wires to wreduce passClifford Wolf2014-08-05