Chargement…
Chargement…
Dual-port RAM with 128 locations of 16 bits. Port A handles synchronous writing, port B handles synchronous reading. Both ports are independent.
| Signal | Direction | Width | Description |
|---|---|---|---|
i_clk | Input | 1 bit | System clock |
i_we_a | Input | 1 bit | Write enable port A |
i_addr_a | Input | 7 bits | Address port A (0 to 127) |
i_data_a | Input | 16 bits | Data to write port A |
i_addr_b | Input | 7 bits | Address port B (0 to 127) |
o_data_b | Output | 16 bits | Data read port B |