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'
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to