diff --git a/README.md b/README.md index 6c65d6a..d846894 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ Please note that cells with status *deprecated* are not to be used for new desig | `popcount` | Combinatorial popcount (hamming weight) | active | | | `mem_to_banks_detailed` | Split memory access over multiple parallel banks with detailed response signals | active | | | `mem_to_banks` | Split memory access over multiple parallel banks | active | | +| `mem_multibank_pwrgate` | Power-aware wrapper for memory bank with bank retention and power-off capabilities | active | | ### Data Structures diff --git a/common_cells.core b/common_cells.core index 7be80e2..c5a8be7 100644 --- a/common_cells.core +++ b/common_cells.core @@ -30,6 +30,7 @@ filesets: - src/lfsr_8bit.sv - src/multiaddr_decode.sv - src/mv_filter.sv + - src/mem_multibank_pwrgate.sv - src/onehot_to_bin.sv - src/plru_tree.sv - src/passthrough_stream_fifo.sv