aboutsummaryrefslogtreecommitdiffstats
path: root/passes/memory/memory_map.cc
Commit message (Expand)AuthorAgeFilesLines
* Use only module->addCell() and module->remove() to create and delete cellsClifford Wolf2014-07-251-33/+9
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-221-4/+4
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-221-4/+4
* Changes to "memory" pass for new $memwr/$mem WR_EN interfaceClifford Wolf2014-07-161-35/+53
* Added TRANSPARENT parameter to $memrd (and RD_TRANSPARENT to $mem)Clifford Wolf2014-02-031-34/+37
* Only generate write-enable $and if WE is not constant 1 in memory_mapClifford Wolf2014-02-021-15/+18
* Replaced RTLIL::Const::str with generic decoder methodClifford Wolf2013-12-041-1/+1
* Fixed bug in synthesis of memories that are never writtenClifford Wolf2013-10-171-2/+7
* Added help messages to memory_* passesClifford Wolf2013-03-011-4/+15
* initial importClifford Wolf2013-01-051-0/+334