aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds
Commit message (Expand)AuthorAgeFilesLines
* Introducing YS_OVERRIDE, YS_FINAL, YS_ATTRIBUTE, YS_NORETURNClifford Wolf2014-11-091-6/+6
* Added log_warning() APIClifford Wolf2014-11-091-1/+1
* Added missing fixup_ports() calls to "rename" commandClifford Wolf2014-11-081-0/+4
* Added "Nx" syntax to "show" command for repeating SigChunksClifford Wolf2014-11-081-6/+8
* Fixed typo in "log_cmd_error_exception"Clifford Wolf2014-11-072-4/+4
* Made "cover" a compile-time option (disabled by default)Clifford Wolf2014-11-061-2/+2
* Re-introduced Yosys::readsome() helper functionClifford Wolf2014-10-231-6/+3
* Various win32 / vs build fixesClifford Wolf2014-10-171-5/+5
* Various MXE build fixesClifford Wolf2014-10-171-2/+5
* Header changes so it will compile on VSWilliam Speirs2014-10-172-3/+15
* Replaced readsome() with read() and gcount()Clifford Wolf2014-10-151-3/+6
* Added run_command() api to replace system() and popen()Clifford Wolf2014-10-121-3/+3
* Renamed "log.cc" to "logcmd.cc" so there aren't two "log.cc" in the source treeClifford Wolf2014-10-112-1/+1
* Fixed win32 troubles with f.readsome()Clifford Wolf2014-10-111-1/+1
* Disabled "cover -d" on win32Clifford Wolf2014-10-111-0/+4
* Moved patmatch() to yosys.ccClifford Wolf2014-10-102-3/+0
* Replaced fnmatch() with patmatch()Clifford Wolf2014-10-102-13/+10
* Added format __attribute__ to stringf()Clifford Wolf2014-10-101-1/+1
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-103-7/+7
* sort cell types in "stat" output by nameClifford Wolf2014-10-031-2/+2
* namespace YosysClifford Wolf2014-09-2720-119/+195
* Alphabetically sort port names in "show" outputClifford Wolf2014-09-191-0/+3
* Corrected spelling mistakes found by lintianRuben Undheim2014-09-064-6/+6
* Removed $bu0 cell typeClifford Wolf2014-09-041-1/+1
* Removed references to yosys-svgviewer from docsClifford Wolf2014-09-021-2/+2
* Using "xdot" instead of "yosys-svgviewer" in show commandClifford Wolf2014-09-021-4/+3
* Moved "share" and "wreduce" to passes/opt/Clifford Wolf2014-09-012-354/+0
* Implemented "rename -enumerate -pattern"Clifford Wolf2014-08-261-4/+13
* Changed frontend-api from FILE to std::istreamClifford Wolf2014-08-232-6/+6
* Added "stat -width"Clifford Wolf2014-08-221-4/+37
* Added emscripten (emcc) support to build system and some build fixesClifford Wolf2014-08-222-2/+16
* Added "plugin" commandClifford Wolf2014-08-222-0/+118
* Added module->uniquify()Clifford Wolf2014-08-161-4/+1
* RIP $safe_pmuxClifford Wolf2014-08-141-2/+2
* Fixed build with gcc-4.6Clifford Wolf2014-08-071-6/+6
* Various fixes and improvements in wreduce passClifford Wolf2014-08-051-29/+47
* Removed old "constmap" from wreduce codeClifford Wolf2014-08-051-3/+2
* Added support for truncating of wires to wreduce passClifford Wolf2014-08-051-4/+40
* Cleanups and improvements in wreduce passClifford Wolf2014-08-051-47/+77
* Added mux support to wreduce commandClifford Wolf2014-08-051-36/+82
* Added "show -signed"Clifford Wolf2014-08-041-5/+17
* Added RTLIL::IdString::in(...)Clifford Wolf2014-08-041-4/+3
* Progress in "wreduce" passClifford Wolf2014-08-031-43/+16
* Added "wreduce" command (work in progress)Clifford Wolf2014-08-032-0/+253
* Fixes in show command (related to new IdString)Clifford Wolf2014-08-031-20/+18
* No implicit conversion from IdString to anything elseClifford Wolf2014-08-023-4/+4
* More bugfixes related to new RTLIL::IdStringClifford Wolf2014-08-021-3/+3
* More cleanups related to RTLIL::IdString usageClifford Wolf2014-08-024-19/+21
* Preparations for RTLIL::IdString redesign: cleanup of existing codeClifford Wolf2014-08-023-6/+6
* Added ModIndex helper class, some changes to RTLIL::MonitorClifford Wolf2014-08-011-3/+3