Hi,

We were able to run memtest for X86_SE but not for X86_FS. We are getting
the following error when we try to run it for X86_FS. Can you please tell
us how to fix this problem?

Thanks,

--Rathijit & Arka

command line: build/X86_FS/m5.debug configs/example/memtest.py
Global frequency set at 1000000000 ticks per second
Error in unproxying param 'boot_cpu_frequency' of system
Traceback (most recent call last):
  File "<string>", line 1, in ?
  File
"/afs/cs.wisc.edu/p/multifacet/projects/gem5bochs/new_m5/m5-stable/src/python/m5/main.py",
line 359, in main
    exec filecode in scope
  File "configs/example/memtest.py", line 183, in ?
    m5.instantiate(root)
  File
"/afs/cs.wisc.edu/p/multifacet/projects/gem5bochs/new_m5/m5-stable/src/python/m5/simulate.py",
line 49, in instantiate
    root.unproxy_all()
  File
"/afs/cs.wisc.edu/p/multifacet/projects/gem5bochs/new_m5/m5-stable/src/python/m5/SimObject.py",
line 703, in unproxy_all
    self._children[child].unproxy_all()
  File
"/afs/cs.wisc.edu/p/multifacet/projects/gem5bochs/new_m5/m5-stable/src/python/m5/SimObject.py",
line 683, in unproxy_all
    value = value.unproxy(self)
  File
"/afs/cs.wisc.edu/p/multifacet/projects/gem5bochs/new_m5/m5-stable/src/python/m5/proxy.py",
line 92, in unproxy
    raise AttributeError, \
AttributeError: Can't resolve proxy 'cpu[0].clock.frequency' of type
'Frequency' from 'system'



> On Tue, May 4, 2010 at 4:36 PM, nathan binkert <[email protected]> wrote:
>>> Just to clarify: what script do you mean?
>>
>> There are (unfortunately) two.  One in the tests directory and one in
>> the configs/example directory.
>
> I think you want to use the configs/example script.
>
> As Nate says, it should just work; it's independent of the ISA (and
> should be independent of SE vs. FS).  The only reason it's tied to
> ALPHA_SE in the regressions is that we don't want to run the same test
> N times just because we have N different ISA builds.
>
> Steve
> _______________________________________________
> m5-dev mailing list
> [email protected]
> http://m5sim.org/mailman/listinfo/m5-dev
>


_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to