Hi Sarah,

I just pushed a fix. Thanks for pointing it out.

Next time I expect a patch :-).

Andreas

From: gem5-users 
<[email protected]<mailto:[email protected]>> on behalf of 
Sarah Fitzgerald <[email protected]<mailto:[email protected]>>
Reply-To: gem5 users mailing list 
<[email protected]<mailto:[email protected]>>
Date: Saturday, 9 January 2016 at 02:44
To: "[email protected]<mailto:[email protected]>" 
<[email protected]<mailto:[email protected]>>
Subject: [gem5-users] Problem with Running with HMC

Hi all,

I tried to run gem5 with "mem-type=HMC_2500_x32" with the following command:
 "./build/ALPHA/gem5.opt configs/example/fs.py --mem-type=HMC_2500_x32 
--mem-channels=16 --cpu-type=timing --caches --l2cache ",
However, I got the below errors and I don't know how to fix it. I would really 
appreciate it if you could let me know how to fix this issue.

Thanks in advance,
Sarah

Global frequency set at 1000000000000 ticks per second
info: kernel located at: /home/sarah/workspace/full_image/binaries/vmlinux
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/sarah/workspace/gem5/src/python/m5/main.py", line 389, in main
    exec filecode in scope
  File "configs/example/fs.py", line 368, in <module>
    Simulation.run(options, root, test_sys, FutureClass)
  File "/home/sarah/workspace/gem5/configs/common/Simulation.py", line 589, in 
run
    m5.instantiate(checkpoint_dir)
  File "/home/sarah/workspace/gem5/src/python/m5/simulate.py", line 114, in 
instantiate
    for obj in root.descendants(): obj.createCCObject()
  File "/home/sarah/workspace/gem5/src/python/m5/SimObject.py", line 1457, in 
createCCObject
    self.getCCObject() # force creation
  File "/home/sarah/workspace/gem5/src/python/m5/SimObject.py", line 1439, in 
getCCObject
    self._ccObject = params.create()
AttributeError: 'SimObjectParams' object has no attribute 'create'
IMPORTANT NOTICE: The contents of this email and any attachments are 
confidential and may also be privileged. If you are not the intended recipient, 
please notify the sender immediately and do not disclose the contents to any 
other person, use it for any purpose, or store or copy the information in any 
medium. Thank you.
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to