mirror of
https://github.com/corundum/corundum.git
synced 2025-01-16 08:12:53 +08:00
Test S10 example design with 2 segments by default
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
parent
0a53e7c990
commit
0db9fdd2b9
@ -57,7 +57,7 @@ VERILOG_SOURCES += ../../../../rtl/priority_encoder.v
|
||||
VERILOG_SOURCES += ../../../../rtl/pulse_merge.v
|
||||
|
||||
# module parameters
|
||||
export PARAM_SEG_COUNT := 1
|
||||
export PARAM_SEG_COUNT := 2
|
||||
export PARAM_SEG_DATA_WIDTH := 256
|
||||
export PARAM_SEG_EMPTY_WIDTH := $(shell python -c "print((($(PARAM_SEG_DATA_WIDTH)//32)-1).bit_length())" )
|
||||
export PARAM_TX_SEQ_NUM_WIDTH := 6
|
||||
|
Loading…
x
Reference in New Issue
Block a user