mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-12 10:08:39 -08:00
axis: Remove extraneous parameter
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -33,7 +33,6 @@ export PARAM_DATA_W := 8
|
||||
export PARAM_KEEP_EN := $(shell echo $$(( $(PARAM_DATA_W) > 8 )))
|
||||
export PARAM_KEEP_W := $(shell echo $$(( ( $(PARAM_DATA_W) + 7 ) / 8 )))
|
||||
export PARAM_STRB_EN := 0
|
||||
export PARAM_DEPTH := $(shell echo $$(( 1024 * $(PARAM_KEEP_W) )))
|
||||
export PARAM_LAST_EN := 1
|
||||
export PARAM_ID_EN := 1
|
||||
export PARAM_ID_W := 8
|
||||
|
||||
Reference in New Issue
Block a user