This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to set SRIO benchmarking exmaple using both two SRIO lanes?

I've tested SRIO_TputBenchmarkingK2HC66TestProject example using the evmc66k2h.

File : benchmarking.h
IS_BOARD_TO_BOARD = TRUE
IS_OVER_EXTERNAL_SRIO_SWITCH = TRUE
USE_LOOPBACK_MODE = TRUE

The SRIO_TputBenchmarkingK2HC66TestProject operated as follows.
EVM#1 EVM#2
(Core0:Consumer_A) <---> SRIO Lane 1x <---> (Core1:Producer_A)

I want to change setting as below diagram.
EVM#1 EVM#2
(Core0:Consumer_A) <---> SRIO Lane 1x <---> (Core0:Producer_A)
(Core1:Consumer_B) <---> SRIO Lane 1x <---> (Core1:Producer_B)

Please help me in this matter that used both SRIO lane.

  • Hi,

    SRIO Benchmarking code test setup and code modification are clearly documented in SRIO Benchmarking Example Code User’s Guide. Please Refer the following sections "5 Test setup diagrams" and "9 Modifying and compiling the code for the different SRIO connection scenarios".

    Document Path: "\ti\pdk_keystone2_3_01_00_03\packages\ti\drv\srio\test\tput_benchmarking\docs"

    Thanks,