aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap
Commit message (Expand)AuthorAgeFilesLines
* Added module->design and cell->module, wire->module pointersClifford Wolf2014-07-311-1/+1
* Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespaceClifford Wolf2014-07-312-2/+2
* Renamed "stdcells.v" to "techmap.v"Clifford Wolf2014-07-313-6/+6
* Added "techmap -assert"Clifford Wolf2014-07-311-13/+42
* Added techmap CONSTMAP featureClifford Wolf2014-07-301-10/+119
* Added "techmap -map %{design-name}"Clifford Wolf2014-07-292-10/+19
* Using log_assert() instead of assert()Clifford Wolf2014-07-283-7/+4
* Added techmap -externClifford Wolf2014-07-271-16/+64
* Added topological sorting to techmapClifford Wolf2014-07-271-20/+52
* Using new obj iterator API in a few placesClifford Wolf2014-07-272-21/+19
* Refactoring: Renamed RTLIL::Design::modules to modules_Clifford Wolf2014-07-276-21/+21
* Refactoring: Renamed RTLIL::Module::cells to cells_Clifford Wolf2014-07-274-10/+10
* Refactoring: Renamed RTLIL::Module::wires to wires_Clifford Wolf2014-07-273-12/+12
* Changed more code to the new RTLIL::Wire constructorsClifford Wolf2014-07-263-17/+7
* More RTLIL::Cell API usage cleanupsClifford Wolf2014-07-261-2/+2
* Manual fixes for new cell connections APIClifford Wolf2014-07-266-16/+18
* Changed users of cell->connections_ to the new API (sed command)Clifford Wolf2014-07-266-128/+128
* Renamed RTLIL::{Module,Cell}::connections to connections_Clifford Wolf2014-07-266-128/+128
* Added copy-constructor-like module->addCell(name, other) methodClifford Wolf2014-07-261-8/+4
* Use only module->addCell() and module->remove() to create and delete cellsClifford Wolf2014-07-256-122/+59
* Added "make SMALL=1"Clifford Wolf2014-07-241-1/+4
* Added "make PRETTY=1"Clifford Wolf2014-07-241-6/+6
* Removed RTLIL::SigSpec::expand() methodClifford Wolf2014-07-232-131/+69
* Fixed all users of SigSpec::chunks_rw() and removed itClifford Wolf2014-07-233-25/+24
* Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 3/3Clifford Wolf2014-07-232-3/+3
* Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 2/3Clifford Wolf2014-07-232-3/+3
* SigSpec refactoring: change RTLIL::SigSpec::chunks() to be read-only, created...Clifford Wolf2014-07-223-3/+3
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-224-78/+78
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-224-78/+78
* Replaced depricated NEW_WIRE macro with module->addWire() callsClifford Wolf2014-07-211-2/+2
* Removed deprecated module->new_wire()Clifford Wolf2014-07-211-4/+4
* Added call_on_selection() and call_on_module() APIClifford Wolf2014-07-201-9/+1
* Added support for "blackbox" attribute to iopadmapClifford Wolf2014-07-171-1/+1
* Added support for "blackbox" attribute to flatten/techmapClifford Wolf2014-07-171-1/+4
* be more verbose when techmap yielded processesJohann Glaser2014-05-261-1/+5
* Merged OSX fixes from Siesh1oo with some modificationsClifford Wolf2014-03-131-0/+1
* - kernel/register.h, kernel/driver.cc: refactor rewrite_yosys_exe()/get_shar...Siesh1oo2014-03-121-1/+2
* OSX compatible creation of stdcells.inc, using code from github.com/Siesh1oo/...Clifford Wolf2014-03-111-2/+3
* Merged a few fixes for non-posix systems from github.com/Siesh1oo/yosysClifford Wolf2014-03-111-0/+1
* Fixed dumping of timing() { .. } block in libparseClifford Wolf2014-03-091-2/+3
* Added techmap -max_iter optionClifford Wolf2014-03-061-0/+10
* Added _TECHMAP_REPLACE_ feature to techmapClifford Wolf2014-02-201-4/+21
* Added "extract -ignore_parameters" and "extract -ignore_param ..."Clifford Wolf2014-02-201-0/+79
* Added "extract -map %<design_name>"Clifford Wolf2014-02-201-10/+30
* Added techmap support for _TECHMAP_CONNMAP_*_Clifford Wolf2014-02-181-0/+39
* Better preserve wires when flattening (in comparison to techmap)Clifford Wolf2014-02-171-12/+12
* Added some additional checks to techmapClifford Wolf2014-02-161-0/+14
* Added CONSTMSK and CONSTVAL feature to techmapClifford Wolf2014-02-161-0/+23
* Added recursion support to techmapClifford Wolf2014-02-161-260/+262
* Added iopadmap -bitsClifford Wolf2014-02-151-14/+48