marcoz001 / axi-uvm

yet another AXI testbench repo. ;) This is for my UVM practice. https://marcoz001.github.io/axi-uvm/
http://www.edaplayground.com/x/3qTu
GNU Lesser General Public License v3.0
105 stars 51 forks source link

calculate_beats returns 0 on a full AXI4 e_INCR burst. It's actually 256 which rolls over to 0 #3

Closed marcoz001 closed 7 years ago

marcoz001 commented 7 years ago

calculate beats returns an 8 bit vector.

marcoz001 commented 7 years ago

rewrote as calculate_axlen() which returns a value that's directly usable on the awlen and arlen lines