Commit 5ffce7a4 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

sim/vme64x_bfm: fix data type in MBLT read following changes in the gencores simulation models

parent 16799dda
......@@ -349,7 +349,7 @@ class CBusAccessor_VME64x extends CBusAccessor;
release_bus();
endtask // rw_generic
protected task read64_mblt(uint64_t _addr, ref uint64_t _data[], input vme_addr_size_t asize );
protected task read64_mblt(uint64_t _addr, ref u64_vector_t _data, input vme_addr_size_t asize );
int i;
`assert_wait(tmo_rws_bus_free, vme.dtack_n && vme.berr_n, 10us)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment