aboutsummaryrefslogtreecommitdiffstats
path: root/passes/memory
Commit message (Expand)AuthorAgeFilesLines
...
* Progress in memory_bramClifford Wolf2015-01-011-37/+145
* Progress in memory_bramClifford Wolf2014-12-311-7/+115
* Added memory_bram (not functional yet)Clifford Wolf2014-12-312-0/+286
* More dict/pool related changesClifford Wolf2014-12-271-2/+2
* Renamed extend() to extend_xx(), changed most users to extend_u0()Clifford Wolf2014-12-241-12/+12
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-101-5/+5
* namespace YosysClifford Wolf2014-09-276-12/+32
* Fixed $memwr/$memrd order in memory_dffClifford Wolf2014-09-161-4/+6
* Corrected spelling mistakes found by lintianRuben Undheim2014-09-061-1/+1
* Improved write address decoder generation memory_mapClifford Wolf2014-08-301-16/+28
* Using worker class in memory_mapClifford Wolf2014-08-301-226/+231
* Various improvements in memory_dff passClifford Wolf2014-08-061-21/+22
* No implicit conversion from IdString to anything elseClifford Wolf2014-08-021-1/+1
* More cleanups related to RTLIL::IdString usageClifford Wolf2014-08-023-9/+9
* Added ModIndex helper class, some changes to RTLIL::MonitorClifford Wolf2014-08-011-3/+2
* Renamed modwalker.h to modtools.hClifford Wolf2014-07-311-5/+6
* Renamed port access function on RTLIL::Cell, added param access functionsClifford Wolf2014-07-315-128/+128
* Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespaceClifford Wolf2014-07-314-4/+4
* Added $shift and $shiftx cell types (needed for correct part select behavior)Clifford Wolf2014-07-291-0/+2
* Using log_assert() instead of assert()Clifford Wolf2014-07-284-15/+11
* Using new obj iterator API in a few placesClifford Wolf2014-07-271-15/+11
* Refactoring: Renamed RTLIL::Design::modules to modules_Clifford Wolf2014-07-275-5/+5
* Refactoring: Renamed RTLIL::Module::cells to cells_Clifford Wolf2014-07-275-9/+9
* Refactoring: Renamed RTLIL::Module::wires to wires_Clifford Wolf2014-07-272-2/+2
* Changed a lot of code to the new RTLIL::Wire constructorsClifford Wolf2014-07-262-46/+16
* Manual fixes for new cell connections APIClifford Wolf2014-07-262-17/+29
* Changed users of cell->connections_ to the new API (sed command)Clifford Wolf2014-07-265-128/+128
* Renamed RTLIL::{Module,Cell}::connections to connections_Clifford Wolf2014-07-265-128/+128
* Use only module->addCell() and module->remove() to create and delete cellsClifford Wolf2014-07-254-59/+20
* Replaced more old SigChunk programming patternsClifford Wolf2014-07-241-5/+5
* Removed RTLIL::SigSpec::optimize()Clifford Wolf2014-07-233-10/+0
* Fixed all users of SigSpec::chunks_rw() and removed itClifford Wolf2014-07-231-8/+4
* Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 3/3Clifford Wolf2014-07-231-1/+1
* Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 2/3Clifford Wolf2014-07-231-1/+1
* 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