aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Renamed port access function on RTLIL::Cell, added param access functionsClifford Wolf2014-07-313-10/+10
|
* Added "trace" commandClifford Wolf2014-07-313-2/+100
|
* Added module->design and cell->module, wire->module pointersClifford Wolf2014-07-312-4/+6
|
* Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespaceClifford Wolf2014-07-311-0/+4
|
* Added write_file commandClifford Wolf2014-07-302-0/+77
|
* Using log_assert() instead of assert()Clifford Wolf2014-07-283-5/+5
|
* Refactoring: Renamed RTLIL::Design::modules to modules_Clifford Wolf2014-07-2716-62/+62
|
* Refactoring: Renamed RTLIL::Module::cells to cells_Clifford Wolf2014-07-2714-38/+38
|
* Refactoring: Renamed RTLIL::Module::wires to wires_Clifford Wolf2014-07-2711-35/+35
|
* Changed more code to the new RTLIL::Wire constructorsClifford Wolf2014-07-262-15/+9
|
* Changed a lot of code to the new RTLIL::Wire constructorsClifford Wolf2014-07-264-58/+25
|
* Added RTLIL::Cell::has(portname)Clifford Wolf2014-07-261-1/+1
|
* Manual fixes for new cell connections APIClifford Wolf2014-07-266-10/+10
|
* Changed users of cell->connections_ to the new API (sed command)Clifford Wolf2014-07-2610-33/+33
| | | | | | | | | git grep -l 'connections_' | xargs sed -i -r -e ' s/(->|\.)connections_\["([^"]*)"\] = (.*);/\1set("\2", \3);/g; s/(->|\.)connections_\["([^"]*)"\]/\1get("\2")/g; s/(->|\.)connections_.at\("([^"]*)"\)/\1get("\2")/g; s/(->|\.)connections_.push_back/\1connect/g; s/(->|\.)connections_/\1connections()/g;'
* Renamed RTLIL::{Module,Cell}::connections to connections_Clifford Wolf2014-07-2610-33/+33
|
* Use only module->addCell() and module->remove() to create and delete cellsClifford Wolf2014-07-252-13/+6
|
* Various RTLIL::SigSpec related code cleanupsClifford Wolf2014-07-251-3/+3
|
* Disabled cover() for non-linux buildsClifford Wolf2014-07-251-2/+5
|
* Improvements in "cover" commandClifford Wolf2014-07-251-11/+37
|
* Replaced more old SigChunk programming patternsClifford Wolf2014-07-241-2/+2
|
* Added "cover" commandClifford Wolf2014-07-243-1/+117
|