aboutsummaryrefslogtreecommitdiffstats
path: root/passes/memory/memory_share.cc
Commit message (Expand)AuthorAgeFilesLines
* Fitting help messages to 80 character widthKrystalDelusion2022-08-241-2/+2
* memory_share: fix wrong argidx in extra_argsimhcyx2022-05-051-1/+1
* memory_share: Fix up mismatched address widths.Marcelina Kościelnicka2022-04-151-0/+14
* memory_share: Fix SAT-based sharing for wide ports.Marcelina Kościelnicka2021-12-201-1/+3
* memory_share: Add -nosat and -nowiden options.Marcelina Kościelnicka2021-08-141-7/+29
* memory_share: Pass addresses through sigmap_xmux everywhere.Marcelina Kościelnicka2021-08-131-20/+25
* kernel/mem: Introduce transparency masks.Marcelina Kościelnicka2021-08-111-4/+7
* Refactor common parts of SAT-using optimizations into a helper.Marcelina Kościelnicka2021-08-091-61/+10
* memory_share: Don't skip ports with EN wired to input for SAT sharing.Marcelina Kościelnicka2021-08-041-3/+1
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-081-1/+1
* memory_share: Add read port merging.Marcelina Kościelnicka2021-05-291-0/+140
* memory_share: Improve sat-based port sharing.Marcelina Kościelnicka2021-05-281-117/+151
* memory_share: Improve same-address merging, recognize wide write ports.Marcelina Kościelnicka2021-05-271-204/+77
* memory_share: Add wide port support.Marcelina Kościelnicka2021-05-251-0/+6
* memory_share: Use Mem helpers.Marcelina Kościelnicka2021-05-231-89/+71
* memory_share: Split off feedback path finding as a separate pass.Marcelina Kościelnicka2021-05-231-241/+6
* Use C++11 final/override keywords.whitequark2020-06-181-2/+2
* Add flooring division operatorXiretza2020-05-281-0/+1
* Add flooring modulo operatorXiretza2020-05-281-0/+1
* kernel: big fat patch to use more ID::*, otherwise ID(*)Eddie Hung2020-04-021-69/+69
* kernel: use more ID::*Eddie Hung2020-04-021-19/+19
* Merge pull request #1845 from YosysHQ/eddie/kernel_speedupEddie Hung2020-04-021-8/+8
|\
| * kernel: SigSpec use more const& + overloads to prevent implicit SigSpecEddie Hung2020-03-131-8/+8
* | memory_share: fix stray braceEddie Hung2020-03-301-1/+0
* | Code review fixesEddie Hung2020-03-301-2/+2
* | Apply suggestions from code reviewEddie Hung2020-03-301-4/+1
* | kernel: share a single CellTypes within a passEddie Hung2020-03-181-4/+16
|/
* Make liberal use of IdString.in()Eddie Hung2019-08-061-3/+3
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-2/+2
* Typo fix.Kaj Tuomi2016-09-081-1/+1
* Fixed bug in memory_share for memory ports with different ABITSClifford Wolf2016-08-221-0/+6
* Added "yosys -D" featureClifford Wolf2016-04-211-1/+1
* Bugfix and improvements in memory_shareClifford Wolf2016-04-211-22/+19
* Renamed opt_share to opt_mergeClifford Wolf2016-03-311-1/+1
* Import more std:: stuff into Yosys namespaceClifford Wolf2015-10-251-1/+1
* Fixed trailing whitespacesClifford Wolf2015-07-021-3/+3
* Fixed memory_share for unconditional write with part select to memoryClifford Wolf2015-04-221-0/+3
* Replaced ezDefaultSAT with ezSatPtrClifford Wolf2015-02-211-7/+7
* Added onehot attributeClifford Wolf2015-02-041-0/+13
* More dict/pool related changesClifford Wolf2014-12-271-2/+2
* namespace YosysClifford Wolf2014-09-271-2/+2
* Corrected spelling mistakes found by lintianRuben Undheim2014-09-061-1/+1
* 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-311-53/+53
* Added $shift and $shiftx cell types (needed for correct part select behavior)Clifford Wolf2014-07-291-0/+2
* Refactoring: Renamed RTLIL::Design::modules to modules_Clifford Wolf2014-07-271-1/+1
* Refactoring: Renamed RTLIL::Module::cells to cells_Clifford Wolf2014-07-271-2/+2
* Refactoring: Renamed RTLIL::Module::wires to wires_Clifford Wolf2014-07-271-1/+1
* Manual fixes for new cell connections APIClifford Wolf2014-07-261-13/+22