File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
testbenches/ip/data_offload Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ LIB_DEPS += util_axis_fifo
2020LIB_DEPS += axi_dmac
2121LIB_DEPS += data_offload
2222LIB_DEPS += util_do_ram
23+ LIB_DEPS += util_hbm
2324
2425# default test program
2526TP := test_program
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ package environment_pkg;
66
77 import logger_pkg :: * ;
88 import adi_common_pkg :: * ;
9-
9+ import adi_environment_pkg :: * ;
1010 import axi_vip_pkg :: * ;
1111 import axi4stream_vip_pkg :: * ;
1212 import m_axi_sequencer_pkg :: * ;
@@ -53,7 +53,7 @@ package environment_pkg;
5353 task configure (int bytes_to_generate);
5454 // ADC stub
5555 this .adc_src_axis_agent.sequencer.set_data_gen_mode (DATA_GEN_MODE_AUTO_INCR );
56- this .adc_src_axis_agent.sequencer.add_xfer_descriptor (bytes_to_generate, 0 , 0 );
56+ this .adc_src_axis_agent.sequencer.add_xfer_descriptor_byte_count (bytes_to_generate, 0 , 0 );
5757
5858 // DAC stub
5959 this .dac_dst_axis_agent.sequencer.set_mode (XIL_AXI4STREAM_READY_GEN_NO_BACKPRESSURE );
You can’t perform that action at this time.
0 commit comments