Commit 7494b4f5 authored by broquet's avatar broquet

sim: set WB addr granularity to BYTE by default

parent a6fd88fb
......@@ -395,7 +395,7 @@ endclass // CIWBMasterAccessor
settings.gen_random_throttling = 0;
settings.throttle_prob = 0.1;
settings.cyc_on_stall = 0;
settings.addr_gran = WORD;
settings.addr_gran = BYTE;
end
......
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