Hi Ayaz,
I cloned the repository from https://github.com/gem5/gem5.git
built with command python3 `which scons` build/X86/gem5.opt -j13
and got warnings
> Warning: Deprecated namespaces are not supported by this compiler.
> Please make sure to check the mailing list for deprecation
> ann
Hi Brian,
Can you share the script/configuration that ran into the problem with the
stable branch? I did a quick test with the traffic generator (with two
different mem devices) and things seem to work ok on my end.
Thanks,
-Ayaz
On Sat, Mar 11, 2023 at 9:33 AM Brian Chan via gem5-users <
gem5-u
it may be a bug of stable branch, after i checkout v21.0.0.0 it runs ok
Brian Chan 于2023年3月11日周六 02:00写道:
> Hello,
> I'm trying to connect 2 different memory devices on a membus, it is like
> cpu->membus->ctrls, and i set mem ranges to be [AddrRange('1MB'),
> AddrRange('1MB', ''8MB')], I get Out