[gem5-users] Ruby in Arm?

2021-05-07 Thread adrian via gem5-users
Hi guys, I've always used the classic memory model when running timing simulations using Arm, but I'd like to run some experiments using Ruby. I've seen some people using it and asking questions about it, but my current version of gem5 shows this warning when enabling it: "warn: You are

[gem5-users] ruby with ARM FS

2013-08-15 Thread Jorge Albericio
Hello, Regarding to the use of ruby to simulate an ARM in FS mode. I have seen this issue was briefly commented in the past but there wasn't much feedback. Last time was http://www.mail-archive.com/gem5-users@gem5.org/msg03642.html Do somebody have plans to fix it? Or know how to do it? Could

Re: [gem5-users] Ruby on ARM SE

2012-03-29 Thread Tao Zhang
Hi Xiangyu, I think the latest few versions cannot run directly. In my case, I annotate the following codes. system.cpu[i].interrupts.pio = ruby_port.master system.cpu[i].interrupts.int_master = ruby_port.slave system.cpu[i].interrupts.int_slave = ruby_port.master If

Re: [gem5-users] Ruby on ARM SE

2012-03-29 Thread Rio Xiangyu Dong
Great! From: gem5-users-boun...@gem5.org [mailto:gem5-users-boun...@gem5.org] On Behalf Of Tao Zhang Sent: Thursday, March 29, 2012 2:25 PM To: gem5 users mailing list Subject: Re: [gem5-users] Ruby on ARM SE Hi Xiangyu, I think the latest few versions cannot run directly. In my case, I