The following table defines the write port flags update latency due to a write operation.
| Signals | Latency (clk) |
|---|---|
| full | 0 |
| almost_full | 0 |
| prog_full | 1 |
| wr_ack | 0 |
| overflow | 0 |
The following table defines the read port flags update latency due to a read operation.
| Signals | Latency (clk) |
|---|---|
| empty | 0 |
| almost_empty | 0 |
| prog_empty | 1 |
| data_valid | 0 |
| underflow | 0 |
| wr_data_count | 1 |
The following table defines the write port flags update latency due to a read operation.
| Signals | Latency (clk) |
|---|---|
| full | 0 |
| almost_full | 0 |
| prog_full | 1 |
| wr_ack 1 | N/A |
| overflow 1 | N/A |
|
|
The following table defines the read port flags update latency due to a write operation.