Skip to content

Commit c09d38d

Browse files
committed
Merge branch 'marushchenko-fix-uvm-app_minimal-fix_tsu_connection_in_testbench' into 'devel'
fix(app minimal): fix TSU connection in testbench See merge request ndk/ndk-fpga!189
2 parents e5ebbaa + b9b4036 commit c09d38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/minimal/uvm/testbench.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ module testbench;
401401
.MI_DRD (config_if.DRD), // : out std_logic_vector(MI_DATA_WIDTH-1 downto 0);
402402
.MI_DRDY (config_if.DRDY) // : out std_logic
403403
);
404-
assign m_tsu.SRC_RDY = 1'b1;
404+
assign m_tsu.DST_RDY = 1'b1;
405405

406406
app_core_property #(
407407
.ETH_STREAMS (test_pkg::ETH_STREAMS),

0 commit comments

Comments
 (0)