Forum Discussion
I look into the testbench again, why does your burst count in the slave showing 1 to 4 but your input of your master only shows 1? Did you manually write to the avs signal?
I imagine if your slave is a ram, your burst count cannot be control in the slave side avs. It should be only be control in the master avm but in your case, it is limited to 1 bit.
are you the creator of this testbench?
because i have a 32bit datawidth avs master bfm and a 8bit datawidth slave bfm
=> the avalon interconnect will insert an width adapter.
this adapter should convert one 32bit transaction to one 8 bit burst transaction with bustcount 4.
=> the master avs does not need to be bursting capable.
=> the slave avs must be bursting capable (as in my qsys design)
PS: this forum software sucks