Reply To: Configuring the AXI-Lite WSTRB

Why OSVVM™? Forums OSVVM Configuring the AXI-Lite WSTRB Reply To: Configuring the AXI-Lite WSTRB

#2225
Brad Adam
Member

Yes, writing to a memory that supports word addressing is the more accurate way of saying this. I would like to ignore WSTRB but the issue seems to be occurring at the manager side, not the subordinate side.

As in the comment above if I do the following:

write(trans_rec, x”0001?, x”DEADBEEF”); –WSTRB = 1110

The AXIBUS data line shows that DEADBEUU is sent to the DUT because WSTRB is not equal to x”F” when the memory address given is not divisible by x”4″.