We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201a169 commit 9b8f35eCopy full SHA for 9b8f35e
comp/dma/dma_calypte/comp/tx/uvm/tbench/dma_regs/reg_sequence.sv
@@ -65,11 +65,6 @@ class stop_channel_seq extends uvm_sequence;
65
m_regmodel_channel.control_reg.write(status, 32'h0, .parent(this));
66
67
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
-
73
#(500ns);
74
75
m_regmodel_channel.sw_data_pointer_reg.read(status, data, .parent(this));
0 commit comments