We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a53e7c commit 0db9fddCopy full SHA for 0db9fdd
example/common/tb/example_core_pcie_s10/Makefile
@@ -57,7 +57,7 @@ VERILOG_SOURCES += ../../../../rtl/priority_encoder.v
57
VERILOG_SOURCES += ../../../../rtl/pulse_merge.v
58
59
# module parameters
60
-export PARAM_SEG_COUNT := 1
+export PARAM_SEG_COUNT := 2
61
export PARAM_SEG_DATA_WIDTH := 256
62
export PARAM_SEG_EMPTY_WIDTH := $(shell python -c "print((($(PARAM_SEG_DATA_WIDTH)//32)-1).bit_length())" )
63
export PARAM_TX_SEQ_NUM_WIDTH := 6
0 commit comments