Re: [gem5-users] ARM MinorCPU + Ruby

2015-01-17 Thread Cheng Tan via gem5-users
memory systems. The flexibility of > the components allow you to build many flavours of NUCA, NUMA systems, with > striping/interleaving, snoop filtering, multi-hop crossbars etc. I would > think this is enough for most use-cases. > > Andreas > > > From: Cheng Tan via gem5-users >

[gem5-users] ARM MinorCPU + Ruby

2015-01-15 Thread Cheng Tan via gem5-users
Dear all, I want to know if it's possible to use ARM MinorCPU with Ruby. A first try of this results in a segmentation fault in recvRetry() function in the lsq side. Can someone shed some light on this? Does there exist a fundamental problem in integrating MinorCPU with Ruby? Best regards, -Tan

[gem5-users] ARM Ruby MI hello world fails

2014-08-19 Thread Cheng Tan via gem5-users
Hi all, I am using the clean latest version of gem5, when I use ARM with MI protocol, even a simple hello world program fails. The commandline I use is below, build/ARM/gem5.opt -d m5out/test/ configs/example/se.py --ruby --l1d_size=32kB -c tests/test-progs/hello/bin/arm/linux/hello It pops up