aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/techmap.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Changed techmap description from "simple" to "generic"Clifford Wolf2014-02-061-1/+1
|
* Replaced signed_parameters API with CONST_FLAG_SIGNEDClifford Wolf2013-12-041-1/+1
|
* Replaced RTLIL::Const::str with generic decoder methodClifford Wolf2013-12-041-15/+3
|
* Using simplemap mappers from techmapClifford Wolf2013-11-241-3/+34
|
* Added module->avail_parameters (for advanced techmap features)Clifford Wolf2013-11-241-2/+8
|
* Added techmap -D and -I optionsClifford Wolf2013-11-241-2/+16
|
* Added "techmap -share_map" optionClifford Wolf2013-11-241-0/+9
|
* Implemented correct handling of signed module parametersClifford Wolf2013-11-241-1/+1
|
* Fixed "flatten" top-module detection: Only use on fully selected designsClifford Wolf2013-11-241-3/+4
|
* Added "top" attribute to mark top module in hierarchyClifford Wolf2013-11-241-3/+26
|
* Improved handling of techmap special wiresClifford Wolf2013-11-231-1/+3
|
* Added more generic _TECHMAP_ wire mechanism to techmap passClifford Wolf2013-11-231-77/+185
|
* Call internal checker more oftenClifford Wolf2013-11-101-0/+2
|
* Improved way of connecting ports in techmap passClifford Wolf2013-10-171-18/+36
|
* Added techmap -opt modeClifford Wolf2013-08-091-7/+39
|
* Fixed techmap/flatten for positional module argumentsClifford Wolf2013-05-261-8/+20
|
* Added missing newline to some error messagesClifford Wolf2013-05-231-2/+2
|
* Added support for const cell inputs in techmapClifford Wolf2013-04-271-6/+28
|
* Added "flatten" passClifford Wolf2013-04-261-1/+41
|
* Added proper TECHMAP_FAIL support and added support for the celltype ↵Clifford Wolf2013-03-281-84/+129
| | | | attribute in the map file
* fixed typosJohann Glaser2013-03-181-2/+2
|
* Automatically select new objects in abc and techmap passesClifford Wolf2013-03-081-0/+2
|
* Added more help messagesClifford Wolf2013-03-011-6/+34
|
* initial importClifford Wolf2013-01-051-0/+207