Thanks for the detailed answer
Correct, point 1, I did the same.
The actual query was as AHB consists of several signal, for example
reset
addr
write
wdata
rdata
ready
trans
resp
…etc
will AHB comprise of all of the these pins as sequence item?
The thing I am confused about is that some signals here represent actual data (wdata, rdata) which is exchanged between UVM component and DUT through interface. But several other signals are control signals which tell driver when to send and when not to send data to the interface.
Some people say full interface will be part of item, some do it differently. So, I am reiterating my question, how does one decide whether full interface signals will be part of item as fields or fewer signals?