aboutsummaryrefslogtreecommitdiffstats
path: root/passes/memory
Commit message (Expand)AuthorAgeFilesLines
* SigSpec refactoring: change RTLIL::SigSpec::chunks() to be read-only, created...Clifford Wolf2014-07-221-1/+1
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-224-32/+32
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-224-32/+32
* Removed deprecated module->new_wire()Clifford Wolf2014-07-211-2/+2
* Improved memory_share log messagesClifford Wolf2014-07-191-3/+3
* More verbose memory_share help messageClifford Wolf2014-07-191-0/+17
* Added SAT-based write-port sharing to memory_shareClifford Wolf2014-07-191-0/+180
* Fixed bug in memory_share feedback-to-en codeClifford Wolf2014-07-191-4/+12
* Added translation from read-feedback to en-signals in memory_shareClifford Wolf2014-07-182-10/+240
* Only create collision detect logic in memory_share if necessaryClifford Wolf2014-07-181-4/+47
* Added memory_shareClifford Wolf2014-07-183-0/+266
* Changes to "memory" pass for new $memwr/$mem WR_EN interfaceClifford Wolf2014-07-163-38/+56
* Fixed log messages in memory_dffClifford Wolf2014-06-011-0/+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-034-64/+84
* Only generate write-enable $and if WE is not constant 1 in memory_mapClifford Wolf2014-02-021-15/+18
* Added automatic memid generation to memory_unpack commandClifford Wolf2014-01-171-2/+2
* Added memory_unpack commandClifford Wolf2014-01-172-0/+117
* Added correct handling of $memwr priorityClifford Wolf2014-01-031-2/+19
* Replaced RTLIL::Const::str with generic decoder methodClifford Wolf2013-12-042-3/+3
* A fix in memory_dff for write ports with static addressesClifford Wolf2013-12-011-10/+10
* Fixed help message typo (memory pass)Clifford Wolf2013-10-301-1/+1
* Fixed bug in synthesis of memories that are never writtenClifford Wolf2013-10-171-2/+7
* Added -nomap option to memory passClifford Wolf2013-03-211-5/+19
* Added help messages to memory_* passesClifford Wolf2013-03-014-15/+71
* initial importClifford Wolf2013-01-055-0/+762