[gem5-users] (no subject)

2013-09-26 Thread Tony Nowatzki
). Given that these squashes can occur frequently in memory-bound programs, is there a reason this was chosen as the implementation? Is there a reason why loads can't be stalled and retried on a cache block? Thanks! Tony ___ gem5-users mailing list

[gem5-users] Problem with 'insmod' command in ALPHA_FS linux

2012-04-26 Thread tony zz
Hi, everyone, I am trying to insert a linux kernel module dynamically , using command 'insmod mymod.ko', on the linux operating system (kernel version 2.6.27) under ALPHA_FS. On some situation, as described in the following, the Gem5 simulator seems hang at somewhere and this command can not work

Re: [gem5-users] no print out after retore

2012-04-07 Thread Tony
Paul Rosenfeld gmail.com> writes: > > > Are you sure that the code with the arm_detailed model isn't just executing a different code path that bypasses your couts? (since you didn't specify where you added your print statements).  > > On Thu, Apr 5, 2012 at 5

[gem5-users] no print out after retore

2012-04-05 Thread Tony Feng
ed to restore with another cpu type, e.g. arm_detailed, which should print out the timing data. However, system restored successfully, but nothing showed up on the screen. Does anyone have thoughts on this? Thanks, Tony ___ gem5-users mailing list gem5-users

Re: [gem5-users] host_seconds for BBench

2012-04-04 Thread Tony
Anthony Gutierrez umich.edu> writes: > > > Did you run in atomic mode? Also, is that the host_seconds from the first stats dump, or the second? > -TonyOn Wed, Apr 4, 2012 at 10:38 AM, Tony Feng gmail.com> wrote: > Hi, > > After I ran BBench, I found in the

[gem5-users] host_seconds for BBench

2012-04-04 Thread Tony Feng
ystem bootup and benchmark running. Anything wrong here? Thanks, Tony ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] bbench/android

2012-04-02 Thread Tony
t; release of gem5 as well as the developer version. > > Could you please point in the right direction of what I should do next? > > Thanks! > Mike > > ___ > gem5-users mailing list > gem5-users gem5.org<mailto:gem5-users gem5.org> > h

Re: [gem5-users] Out of range means pio port?

2012-04-01 Thread Tony
Tony Feng gmail.com> writes: > > > Hi, > > In M5Port::recvFunctional of RubyPort.cc, if the isPhysMemAddress test fails, does it necessarily mean it is a packet sent to a pio port? > > I added some debugging info, found the packet has an invalid source id, and a

[gem5-users] Out of range means pio port?

2012-04-01 Thread Tony Feng
is 0 - 0x7ff. Could anyone share thoughts on this? Thanks, Tony ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] Ruby port is not connected

2012-03-27 Thread Tony
Tony Feng gmail.com> writes: > > > Hi, > I am trying to run ARM FS with ruby. The error I have now is the following: > gem5.debug: build/ARM/mem/ruby/system/RubyPort.cc:418: virtual void RubyPort::M5Port::recvFunctional(PacketPtr): Assertion `ruby_port- >pio_port.

[gem5-users] Ruby port is not connected

2012-03-27 Thread Tony Feng
elf.realview.gic.pio = self.piobus.master self.realview.l2x0_fake.pio = self.piobus.master self.realview.a9scu.pio = self.piobus.master self.realview.local_cpu_timer.pio = self.piobus.master self.realview.attachIO(self.piobus) self.intrctrl = IntrControl() self.terminal = Terminal() self.vncserver = VncServer(

Re: [gem5-users] New network simulator for GEM5 and GEMS

2012-03-26 Thread Tony
n, Thanks for sharing. Great work. It's not clear to me whether Topaz can run without ruby. Currently ruby is not working well with non-Alpha ISAs in FS mode. It would be nice if I can run ARM/x86 FS with Topaz. -Tony ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

[gem5-users] using PDB in non-configs files

2012-03-24 Thread Tony Feng
Hi, I find PDB very handy when debugging configuration files. However, when I try inserting the line import pdb; pdb.set_trace() into .py files which are outside the configs folder, it seems PDB can't detect it. Any suggestions? Thanks, Tony On Tue, Mar 20, 2012 at 4:28 PM, Tony Feng

[gem5-users] Error of "no interrupt controller"

2012-03-20 Thread Tony Feng
[BaseCPU:build/ARM/cpu/base.cc, line 226] Memory Usage: 478012 KBytes I didn't initialize any interrupt controller in my new ruby_fs.py since I think it is done in fs.py, or should I do it elsewhere? Thanks. -Tony ___ gem5-users mailing list gem5-users@gem5.org

Re: [gem5-users] ARM FS with Ruby & dma_devices options

2012-03-15 Thread Tony
Digant gmail.com> writes: > > > Hi Tony, > I wrote Prime cell PL081 DMA model for ARM-FS some 3-4 months back and tested it without ruby using my custom driver in Linux, > > I haven't checked it with recent version of Gem5 but it should work. > > You

[gem5-users] ARM FS with Ruby & dma_devices options

2012-03-12 Thread Tony Feng
which file I should look at? -Tony ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users