Commit 664c7992 authored by Maciej Lipinski's avatar Maciej Lipinski Committed by Grzegorz Daniluk

sim: bugfix in wishbone accessor. The bug prevented from sending packets

parent 8fb70ab3
......@@ -10,6 +10,7 @@ virtual class CWishboneAccessor extends CBusAccessor;
function new();
m_cycle_type = CLASSIC;
m_default_xfer_size = 4;
endfunction // new
virtual task set_mode(wb_cycle_type_t mode);
......
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