1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-30 08:32:52 +08:00

fpga/app/dma_bench: Update counter labels

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich 2022-12-03 15:29:58 -08:00
parent 78363dd2d8
commit 5d1df56706

View File

@ -106,9 +106,9 @@ const char *dma_bench_stats_names[] = {
"dma_rd_req_timeout", // index 6 "dma_rd_req_timeout", // index 6
"dma_rd_op_table_full", // index 7 "dma_rd_op_table_full", // index 7
"dma_rd_no_tags", // index 8 "dma_rd_no_tags", // index 8
"dma_rd_tx_no_credit", // index 9 "dma_rd_tx_limit", // index 9
"dma_rd_tx_limit", // index 10 "dma_rd_tx_stall", // index 10
"dma_rd_tx_stall", // index 11 "", // index 11
"", // index 12 "", // index 12
"", // index 13 "", // index 13
"", // index 14 "", // index 14
@ -122,9 +122,9 @@ const char *dma_bench_stats_names[] = {
"", // index 22 "", // index 22
"dma_wr_op_table_full", // index 23 "dma_wr_op_table_full", // index 23
"", // index 24 "", // index 24
"dma_wr_tx_no_credit", // index 25 "dma_wr_tx_limit", // index 25
"dma_wr_tx_limit", // index 26 "dma_wr_tx_stall", // index 26
"dma_wr_tx_stall", // index 27 "", // index 27
"", // index 28 "", // index 28
"", // index 29 "", // index 29
"", // index 30 "", // index 30