Skip to content

Commit 9b8f35e

Browse files
committed
fix(dma-calypte-uvm): remove copy sw pointer from hw pointer when driver is shuttingdown channel
1 parent 201a169 commit 9b8f35e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

comp/dma/dma_calypte/comp/tx/uvm/tbench/dma_regs/reg_sequence.sv

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@ class stop_channel_seq extends uvm_sequence;
6565
m_regmodel_channel.control_reg.write(status, 32'h0, .parent(this));
6666

6767
do begin
68-
m_regmodel_channel.hw_data_pointer_reg.read (status, data, .parent(this));
69-
m_regmodel_channel.sw_data_pointer_reg.write(status, data, .parent(this));
70-
m_regmodel_channel.hw_hdr_pointer_reg .read (status, data, .parent(this));
71-
m_regmodel_channel.sw_hdr_pointer_reg .write(status, data, .parent(this));
72-
7368
#(500ns);
7469

7570
m_regmodel_channel.sw_data_pointer_reg.read(status, data, .parent(this));

0 commit comments

Comments
 (0)