summaryrefslogtreecommitdiff
path: root/passes/techmap
Commit message (Expand)AuthorAge
* Added _TECHMAP_REPLACE_ feature to techmapClifford Wolf2014-02-20
* Added "extract -ignore_parameters" and "extract -ignore_param ..."Clifford Wolf2014-02-20
* Added "extract -map %<design_name>"Clifford Wolf2014-02-20
* Added techmap support for _TECHMAP_CONNMAP_*_Clifford Wolf2014-02-18
* Better preserve wires when flattening (in comparison to techmap)Clifford Wolf2014-02-17
* Added some additional checks to techmapClifford Wolf2014-02-16
* Added CONSTMSK and CONSTVAL feature to techmapClifford Wolf2014-02-16
* Added recursion support to techmapClifford Wolf2014-02-16
* Added iopadmap -bitsClifford Wolf2014-02-15
* Fixed dfflibmap for cell libraries with no set-reset-ffClifford Wolf2014-02-15
* Moved some passes to other source directoriesClifford Wolf2014-02-08
* Added $slice and $concat cell typesClifford Wolf2014-02-07
* Changed techmap description from "simple" to "generic"Clifford Wolf2014-02-06
* Added support for // comments in liberty parserClifford Wolf2014-01-25
* Added hilomap commandClifford Wolf2014-01-19
* renamed LibertyParer to LibertyParserClifford Wolf2014-01-14
* Added "+" to list of liberty token charactersClifford Wolf2014-01-14
* Fixed undef extend for bitwise binary ops (bugs in simplemap and satgen)Clifford Wolf2013-12-29
* Added new cell types to manualClifford Wolf2013-12-28
* Added $bu0 cell (for easy correct $eq/$ne mapping)Clifford Wolf2013-12-28
* Fixed dfflibmap for unused output portsClifford Wolf2013-12-21
* Now prefer smallest cells in dfflibmapClifford Wolf2013-12-21
* Cleanup of dfflibmap cellmap exploration codeClifford Wolf2013-12-20
* Further improved dfflibmap cellmap explorationClifford Wolf2013-12-20
* Fixed dfflibmap endless-loop bugClifford Wolf2013-12-20
* Prefer non-inverted clocks in dfflibmapClifford Wolf2013-12-19
* Replaced signed_parameters API with CONST_FLAG_SIGNEDClifford Wolf2013-12-04
* Replaced RTLIL::Const::str with generic decoder methodClifford Wolf2013-12-04
* Using simplemap mappers from techmapClifford Wolf2013-11-24
* Added simplemap passClifford Wolf2013-11-24
* Added module->avail_parameters (for advanced techmap features)Clifford Wolf2013-11-24
* Added techmap -D and -I optionsClifford Wolf2013-11-24
* Added "techmap -share_map" optionClifford Wolf2013-11-24
* Implemented correct handling of signed module parametersClifford Wolf2013-11-24
* Fixed "flatten" top-module detection: Only use on fully selected designsClifford Wolf2013-11-24
* Added "top" attribute to mark top module in hierarchyClifford Wolf2013-11-24
* Improved handling of techmap special wiresClifford Wolf2013-11-23
* Added more generic _TECHMAP_ wire mechanism to techmap passClifford Wolf2013-11-23
* Renamed "placeholder" to "blackbox"Clifford Wolf2013-11-22
* Call internal checker more oftenClifford Wolf2013-11-10
* Added placeholder check to dfflibmap and cleaned up some other placeholder ch...Clifford Wolf2013-10-31
* Added support for i/o buffers to iopadmapClifford Wolf2013-10-26
* Added support for sr flip-flops to dfflibmapClifford Wolf2013-10-24
* Fixed handling of boolean attributes (passes)Clifford Wolf2013-10-24
* Improved way of connecting ports in techmap passClifford Wolf2013-10-17
* Added iopadmap passClifford Wolf2013-10-16
* Moved dfflibmap from passes/dfflibmap to passes/techmapClifford Wolf2013-10-16
* Moved common techlib files to techlibs/commonClifford Wolf2013-09-15
* Added techmap -opt modeClifford Wolf2013-08-09
* Fixed techmap/flatten for positional module argumentsClifford Wolf2013-05-26