aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/dfflibmap.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fixed inserting of Q-inverters in dfflibmapClifford Wolf2014-08-271-0/+5
|
* Changed frontend-api from FILE to std::istreamClifford Wolf2014-08-231-3/+4
|
* Renamed $_INV_ cell type to $_NOT_Clifford Wolf2014-08-151-1/+1
|
* More cleanups related to RTLIL::IdString usageClifford Wolf2014-08-021-2/+2
|
* Renamed port access function on RTLIL::Cell, added param access functionsClifford Wolf2014-07-311-1/+1
|
* Refactoring: Renamed RTLIL::Design::modules to modules_Clifford Wolf2014-07-271-1/+1
|
* Refactoring: Renamed RTLIL::Module::cells to cells_Clifford Wolf2014-07-271-1/+1
|
* Manual fixes for new cell connections APIClifford Wolf2014-07-261-1/+1
|
* Changed users of cell->connections_ to the new API (sed command)Clifford Wolf2014-07-261-2/+2
| | | | | | | | | git grep -l 'connections_' | xargs sed -i -r -e ' s/(->|\.)connections_\["([^"]*)"\] = (.*);/\1set("\2", \3);/g; s/(->|\.)connections_\["([^"]*)"\]/\1get("\2")/g; s/(->|\.)connections_.at\("([^"]*)"\)/\1get("\2")/g; s/(->|\.)connections_.push_back/\1connect/g; s/(->|\.)connections_/\1connections()/g;'
* Renamed RTLIL::{Module,Cell}::connections to connections_Clifford Wolf2014-07-261-2/+2
|
* Use only module->addCell() and module->remove() to create and delete cellsClifford Wolf2014-07-251-20/+15
|
* Merged a few fixes for non-posix systems from github.com/Siesh1oo/yosysClifford Wolf2014-03-111-0/+1
| | | | (see https://github.com/cliffordwolf/yosys/pull/28)
* Fixed dfflibmap for cell libraries with no set-reset-ffClifford Wolf2014-02-151-1/+1
|
* renamed LibertyParer to LibertyParserClifford Wolf2014-01-141-1/+1
|
* 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
|
* Prefer non-inverted clocks in dfflibmapClifford Wolf2013-12-191-6/+8
|
* Renamed "placeholder" to "blackbox"Clifford Wolf2013-11-221-1/+1
|
* Added placeholder check to dfflibmap and cleaned up some other placeholder ↵Clifford Wolf2013-10-311-1/+1
| | | | checks
* Added support for sr flip-flops to dfflibmapClifford Wolf2013-10-241-3/+168
|
* Moved dfflibmap from passes/dfflibmap to passes/techmapClifford Wolf2013-10-161-0/+342