aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/dfflibmap.cc
Commit message (Expand)AuthorAgeFilesLines
* Fitting help messages to 80 character widthKrystalDelusion2022-08-241-1/+1
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-081-1/+1
* dfflibmap: Refactor to use dfflegalize internally.Marcelina Koƛcielnicka2020-07-091-211/+78
* Remove YS_ATTRIBUTE(unused) where present just for log_assert()/log_debug().whitequark2020-06-191-5/+5
* Use C++11 final/override keywords.whitequark2020-06-181-2/+2
* Clean up `passes/techmap/dfflibmap.cc`.Alberto Gonzalez2020-04-061-27/+27
* Merge pull request #1300 from YosysHQ/eddie/cleanup2Clifford Wolf2019-08-171-3/+3
|\
| * Use more ID::{A,B,Y,blackbox,whitebox}Eddie Hung2019-08-151-3/+3
* | Just needed IDs to be IdStringMiodrag Milanovic2019-08-161-9/+9
|/
* ID(\\.*) -> ID(.*)Eddie Hung2019-08-151-3/+3
* Transform all "\\*" identifiers into ID()Eddie Hung2019-08-151-3/+3
* Transform "$.*" to ID("$.*") in passes/techmapEddie Hung2019-08-151-73/+73
* Add "whitebox" attribute, add "read_verilog -wb"Clifford Wolf2019-04-181-1/+1
* Clean up some whitepsace outliersLarry Doolittle2019-02-261-2/+2
* DFFLIBMAP: changed 'missing pin' error into a warning with additional reason/...Niels Moseley2018-11-061-1/+10
* Report an error when a liberty file contains pin references that reference no...Niels Moseley2018-11-031-0/+3
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-2/+2
* Added missing dont_use handling for SR FFs to dfflibmapClifford Wolf2018-04-051-0/+4
* updated to use get_src_attribute() and set_src_attribute().Jason Lowdermilk2017-08-311-2/+2
* Add support for source line tracking through synthesis phaseJason Lowdermilk2017-08-291-0/+4
* Added "yosys -D" featureClifford Wolf2016-04-211-1/+1
* Prefer noninverting FFs in dfflibmapClifford Wolf2016-04-051-4/+20
* Improvements in dfflibmap (FFs with Q/QN outputs, DFFs from ADFFs)Clifford Wolf2016-02-011-8/+68
* Added support for "dfflibmap -liberty +/..."Clifford Wolf2015-09-181-0/+1
* Fixed trailing whitespacesClifford Wolf2015-07-021-5/+5
* Added liberty dont_use support to dfflibmapClifford Wolf2015-05-311-0/+4
* Added ENABLE_NDEBUG makefile optionsClifford Wolf2015-01-241-2/+6
* Added "dfflibmap -prepare" helpClifford Wolf2014-12-241-1/+5
* Added "dfflibmap -prepare"Clifford Wolf2014-12-241-31/+54
* Fixed various VS warningsClifford Wolf2014-10-181-4/+4
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-101-1/+1
* namespace YosysClifford Wolf2014-09-271-1/+3
* 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
* 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
* 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