summaryrefslogtreecommitdiff
path: root/passes/techmap/techmap.cc
Commit message (Collapse)AuthorAge
* Fixed all users of SigSpec::chunks_rw() and removed itClifford Wolf2014-07-23
|
* SigSpec refactoring: change RTLIL::SigSpec::chunks() to be read-only, ↵Clifford Wolf2014-07-22
| | | | created interim RTLIL::SigSpec::chunks_rw()
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-22
|
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-22
|
* Added call_on_selection() and call_on_module() APIClifford Wolf2014-07-20
|
* Added support for "blackbox" attribute to flatten/techmapClifford Wolf2014-07-17
|
* be more verbose when techmap yielded processesJohann Glaser2014-05-26
|
* Merged OSX fixes from Siesh1oo with some modificationsClifford Wolf2014-03-13
|
* - kernel/register.h, kernel/driver.cc: refactor ↵Siesh1oo2014-03-12
| | | | | | | rewrite_yosys_exe()/get_share_file_name() to portable proc_self_dirname()/proc_share_dirname(). This refactoring improves robustness and allows OSX support with only 7 new lines of code, and easy extension for other systems. - passes/abc/abc.cc, passes/cmds/show.cc, passes/techmap/techmap.cc: use new, refactored semantics.
* Added techmap -max_iter optionClifford Wolf2014-03-06
|
* Added _TECHMAP_REPLACE_ feature to techmapClifford 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
|
* Changed techmap description from "simple" to "generic"Clifford Wolf2014-02-06
|
* 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 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
|
* Call internal checker more oftenClifford Wolf2013-11-10
|
* Improved way of connecting ports in techmap passClifford Wolf2013-10-17
|
* Added techmap -opt modeClifford Wolf2013-08-09
|
* Fixed techmap/flatten for positional module argumentsClifford Wolf2013-05-26
|
* Added missing newline to some error messagesClifford Wolf2013-05-23
|
* Added support for const cell inputs in techmapClifford Wolf2013-04-27
|
* Added "flatten" passClifford Wolf2013-04-26
|
* Added proper TECHMAP_FAIL support and added support for the celltype ↵Clifford Wolf2013-03-28
| | | | attribute in the map file
* fixed typosJohann Glaser2013-03-18
|
* Automatically select new objects in abc and techmap passesClifford Wolf2013-03-08
|
* Added more help messagesClifford Wolf2013-03-01
|
* initial importClifford Wolf2013-01-05