Skip to content

Commit f374a5b

Browse files
committed
[Doc]: Add module description in README.md
1 parent 9f6525b commit f374a5b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ Please note that cells with status *deprecated* are not to be used for new desig
107107
| `popcount` | Combinatorial popcount (hamming weight) | active | |
108108
| `mem_to_banks_detailed` | Split memory access over multiple parallel banks with detailed response signals | active | |
109109
| `mem_to_banks` | Split memory access over multiple parallel banks | active | |
110+
| `mem_multibank_pwrgate` | Power-aware wrapper for memory bank with bank retention and power-off capabilities | active | |
110111

111112
### Data Structures
112113

common_cells.core

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ filesets:
3030
- src/lfsr_8bit.sv
3131
- src/multiaddr_decode.sv
3232
- src/mv_filter.sv
33+
- src/mem_multibank_pwrgate.sv
3334
- src/onehot_to_bin.sv
3435
- src/plru_tree.sv
3536
- src/passthrough_stream_fifo.sv

0 commit comments

Comments
 (0)