Skip to content

Commit 0db9fdd

Browse files
committed
Test S10 example design with 2 segments by default
Signed-off-by: Alex Forencich <[email protected]>
1 parent 0a53e7c commit 0db9fdd

File tree

1 file changed

+1
-1
lines changed
  • example/common/tb/example_core_pcie_s10

1 file changed

+1
-1
lines changed

example/common/tb/example_core_pcie_s10/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ VERILOG_SOURCES += ../../../../rtl/priority_encoder.v
5757
VERILOG_SOURCES += ../../../../rtl/pulse_merge.v
5858

5959
# module parameters
60-
export PARAM_SEG_COUNT := 1
60+
export PARAM_SEG_COUNT := 2
6161
export PARAM_SEG_DATA_WIDTH := 256
6262
export PARAM_SEG_EMPTY_WIDTH := $(shell python -c "print((($(PARAM_SEG_DATA_WIDTH)//32)-1).bit_length())" )
6363
export PARAM_TX_SEQ_NUM_WIDTH := 6

0 commit comments

Comments
 (0)