Skip to content

Commit c248807

Browse files
scoreboard: Added source and destination agent names
Signed-off-by: Istvan-Zsolt Szekely <istvan.szekely@analog.com>
1 parent 1961396 commit c248807

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testbenches/ip/scoreboard/tests/test_program.sv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ program test_program();
8181
`LINK(mng, base_env, mng)
8282
`LINK(ddr, base_env, ddr)
8383

84-
adc_src_axis_agent = new("", `TH.`ADC_SRC_AXIS.inst.IF);
85-
dac_dst_axis_agent = new("", `TH.`DAC_DST_AXIS.inst.IF);
84+
adc_src_axis_agent = new("Source", `TH.`ADC_SRC_AXIS.inst.IF);
85+
dac_dst_axis_agent = new("Destination", `TH.`DAC_DST_AXIS.inst.IF);
8686

8787
scoreboard = new("Scoreboard");
8888

0 commit comments

Comments
 (0)