Chargement…
Chargement…
Writes occur on rising edges while reads immediately follow the address.
Behavior
write_enable=1 stores data_in at address on a rising edge.data_out continuously reflects the addressed location.| Signal | Direction | Width | Description |
|---|---|---|---|
clk, write_enable | Input | 1 bit | Clock and write enable |
address | Input | 4 bits | Address |
data_in | Input | 8 bits | Write data |
data_out | Output | 8 bits | Read data |