mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-09 17:08:38 -08:00
stats: Add string support to statistics collector
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -33,6 +33,8 @@ export PARAM_CNT := 8
|
||||
export PARAM_INC_W := 8
|
||||
export PARAM_ID_BASE := 0
|
||||
export PARAM_UPDATE_PERIOD := 128
|
||||
export PARAM_STR_EN := 1
|
||||
export PARAM_PREFIX_STR := "\"BLK\""
|
||||
export PARAM_STAT_INC_W := 16
|
||||
export PARAM_STAT_ID_W := $(shell python -c "print(($(PARAM_CNT)-1).bit_length())")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user