aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed dfflibmap for cell libraries with no set-reset-ffClifford Wolf2014-02-151-1/+1
* Moved some passes to other source directoriesClifford Wolf2014-02-082-0/+681
* Added $slice and $concat cell typesClifford Wolf2014-02-071-0/+18
* Changed techmap description from "simple" to "generic"Clifford Wolf2014-02-061-1/+1
* Added support for // comments in liberty parserClifford Wolf2014-01-251-0/+5
* Added hilomap commandClifford Wolf2014-01-192-0/+130
* renamed LibertyParer to LibertyParserClifford Wolf2014-01-143-9/+9
* Added "+" to list of liberty token charactersClifford Wolf2014-01-141-2/+2
* Fixed undef extend for bitwise binary ops (bugs in simplemap and satgen)Clifford Wolf2013-12-291-2/+2
* Added new cell types to manualClifford Wolf2013-12-281-1/+1
* Added $bu0 cell (for easy correct $eq/$ne mapping)Clifford Wolf2013-12-281-0/+13
* Fixed dfflibmap for unused output portsClifford Wolf2013-12-211-0/+1
* Now prefer smallest cells in dfflibmapClifford Wolf2013-12-211-2/+22
* Cleanup of dfflibmap cellmap exploration codeClifford Wolf2013-12-201-17/+20
* Further improved dfflibmap cellmap explorationClifford Wolf2013-12-201-14/+18
* Fixed dfflibmap endless-loop bugClifford Wolf2013-12-201-0/+1