[gem5-users] gem5 killed when booting linux

2018-06-19 Thread web
Hi, All I am trying to boot my ubuntu with gem5 under instruction of this page. http://www.lowepower.com/jason/setting-up-gem5-full-system.html However, gem5 is killed with unknow reason and the log is below, anyone could help? = gem5 log = Starting

Re: [gem5-users] Error when building gem5

2018-06-19 Thread Jason Lowe-Power
HI Tariq, You can fix it and submit a patch to gerrit :). Likely, you just need #include at the top of addr_range_map.hh. See https://gem5.googlesource.com/public/gem5/+/master/CONTRIBUTING.md for more details. Cheers, Jason On Tue, Jun 19, 2018 at 10:44 AM Tariq Azmy wrote: > Hi, > > I got

[gem5-users] Error when building gem5

2018-06-19 Thread Tariq Azmy
Hi, I got a fresh new gem5 from google repo ( https://gem5.googlesource.com/public/gem5) and built the X86 with scons. But there's an error from xbar: In file included from build/X86/mem/xbar.hh:57:0, from build/X86/mem/noncoherent_xbar.hh:54, from

[gem5-users] Functional Models for ALU

2018-06-19 Thread Riddhi Thakker
Hi all, I am looking for the functional units of the ALU for X86 system. I noticed that there is a class IntAlu, IntMult, IntDiv, and so on (in file src/cpu/o3/FuncUnitConfig.py). But I could not figure out where the add instruction for ALU, and other sub, mul instructions are defined. Can