aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Expand)AuthorAgeFilesLines
* More cleanups related to RTLIL::IdString usageClifford Wolf2014-08-0226-173/+176
* Preparations for RTLIL::IdString redesign: cleanup of existing codeClifford Wolf2014-08-024-7/+7
* Replaced sha1 implementationClifford Wolf2014-08-013-13/+2
* Added ModIndex helper class, some changes to RTLIL::MonitorClifford Wolf2014-08-012-6/+5
* Added "test_autotb -n <num_iter>" optionClifford Wolf2014-08-011-9/+27
* Renamed modwalker.h to modtools.hClifford Wolf2014-07-312-10/+12
* Renamed port access function on RTLIL::Cell, added param access functionsClifford Wolf2014-07-3135-709/+709
* Added "trace" commandClifford Wolf2014-07-313-2/+100
* Added module->design and cell->module, wire->module pointersClifford Wolf2014-07-317-9/+11
* Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespaceClifford Wolf2014-07-3111-15/+19
* Renamed "stdcells.v" to "techmap.v"Clifford Wolf2014-07-313-6/+6
* Added "techmap -assert"Clifford Wolf2014-07-312-14/+43
* Added techmap CONSTMAP featureClifford Wolf2014-07-301-10/+119
* Added write_file commandClifford Wolf2014-07-302-0/+77
* Improvements in test_cellClifford Wolf2014-07-301-35/+89
* Added "test_cell" commandClifford Wolf2014-07-292-0/+185
* Renamed "write_autotest" to "test_autotb" and moved to passes/tests/Clifford Wolf2014-07-292-0/+338
* Allow "hierarchy -generate" for $__ cellsClifford Wolf2014-07-291-1/+3
* Added "techmap -map %{design-name}"Clifford Wolf2014-07-292-10/+19
* Added $shift and $shiftx cell types (needed for correct part select behavior)Clifford Wolf2014-07-292-7/+11
* Using log_assert() instead of assert()Clifford Wolf2014-07-2825-58/+42
* Added techmap -externClifford Wolf2014-07-271-16/+64
* Added topological sorting to techmapClifford Wolf2014-07-271-20/+52
* Added SigPool::check(bit)Clifford Wolf2014-07-271-2/+2
* Fixed bug in opt_cleanClifford Wolf2014-07-271-1/+1
* Improved performance of opt_const on large modulesClifford Wolf2014-07-271-29/+54
* Fixed a bug in opt_clean and some RTLIL API usage cleanupsClifford Wolf2014-07-272-13/+14
* Added log_cmd_error_expectionClifford Wolf2014-07-271-4/+1
* Using new obj iterator API in a few placesClifford Wolf2014-07-2710-87/+85
* Refactoring: Renamed RTLIL::Design::modules to modules_Clifford Wolf2014-07-2757-169/+169
* Refactoring: Renamed RTLIL::Module::cells to cells_Clifford Wolf2014-07-2746-117/+117
* Refactoring: Renamed RTLIL::Module::wires to wires_Clifford Wolf2014-07-2733-138/+138
* Changed more code to the new RTLIL::Wire constructorsClifford Wolf2014-07-266-74/+29
* Changed a lot of code to the new RTLIL::Wire constructorsClifford Wolf2014-07-2615-202/+96
* More RTLIL::Cell API usage cleanupsClifford Wolf2014-07-263-4/+4
* Added RTLIL::Cell::has(portname)Clifford Wolf2014-07-266-15/+15
* Manual fixes for new cell connections APIClifford Wolf2014-07-2631-101/+147
* Changed users of cell->connections_ to the new API (sed command)Clifford Wolf2014-07-2645-835/+835
* Renamed RTLIL::{Module,Cell}::connections to connections_Clifford Wolf2014-07-2645-835/+835
* Added copy-constructor-like module->addCell(name, other) methodClifford Wolf2014-07-262-12/+5
* Use only module->addCell() and module->remove() to create and delete cellsClifford Wolf2014-07-2530-465/+171
* Various RTLIL::SigSpec related code cleanupsClifford Wolf2014-07-251-3/+3
* Fixed memory corruption in "opt_reduce" passClifford Wolf2014-07-251-5/+7
* 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-246-46/+40
* Added cover() calls to opt_constClifford Wolf2014-07-241-9/+45
* Added "make SMALL=1"Clifford Wolf2014-07-241-1/+4
* Added "make PRETTY=1"Clifford Wolf2014-07-241-6/+6
* Added "cover" commandClifford Wolf2014-07-243-1/+117