aboutsummaryrefslogtreecommitdiffstats
path: root/passes/memory/memory_collect.cc
Commit message (Expand)AuthorAgeFilesLines
* Use only module->addCell() and module->remove() to create and delete cellsClifford Wolf2014-07-251-12/+6
* Replaced more old SigChunk programming patternsClifford Wolf2014-07-241-5/+5
* Removed RTLIL::SigSpec::optimize()Clifford Wolf2014-07-231-7/+0
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-221-16/+16
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-221-16/+16
* Changes to "memory" pass for new $memwr/$mem WR_EN interfaceClifford Wolf2014-07-161-2/+2
* Fixed bug in collecting of RD_TRANSPARENT parameter in memory_collectClifford Wolf2014-02-081-0/+1
* Added TRANSPARENT parameter to $memrd (and RD_TRANSPARENT to $mem)Clifford Wolf2014-02-031-2/+7
* Added correct handling of $memwr priorityClifford Wolf2014-01-031-2/+19
* Replaced RTLIL::Const::str with generic decoder methodClifford Wolf2013-12-041-2/+2
* Added help messages to memory_* passesClifford Wolf2013-03-011-7/+23
* initial importClifford Wolf2013-01-051-0/+182