Chargement…
Chargement…
Single-port RAM with 256 locations of 8 bits. Writing is synchronous (rising edge) when write-enable is active. Reading is synchronous with one cycle latency.
| Signal | Direction | Width | Description |
|---|---|---|---|
i_clk | Input | 1 bit | System clock |
i_we | Input | 1 bit | Write enable |
i_addr | Input | 8 bits | Address (0 to 255) |
i_data | Input | 8 bits | Data to write |
o_data | Output | 8 bits | Data read |