Dear all, I just want to run ALPHA (full system simulation) with ruby memory 
system and got the following error message.
Does it mean the clock value cannot be processed? But I use classic memory 
system with the same parameters, this error doesn't show up.
I also add more parameters to the command line while running ruby, which are 
"--ruby --topology=Mesh --garnet-network=fixed --mesh-rows=16". Does this 
operation has something to do with this error?
Thanks for the help.
********************************************************
  File "<string>", line 1, in <module>
  File "/home/luhang/bin/gem5/src/python/m5/main.py", line 359, in main
    exec filecode in scope
  File "configs/example/ruby_fs.py", line 55, in <module>
    CPUClass.clock = options.clock
  File "/home/luhang/bin/gem5/src/python/m5/SimObject.py", line 321, in 
__setattr__
    
  File "/home/luhang/bin/gem5/src/python/m5/SimObject.py", line 258, in 
_set_param
    # normal processing for private attributes
  File "/home/luhang/bin/gem5/src/python/m5/params.py", line 177, in convert
    return self.ptype(value)
  File "/home/luhang/bin/gem5/src/python/m5/params.py", line 1233, in __init__
    self.value = convert.anyToLatency(value)
  File "/home/luhang/bin/gem5/src/python/m5/util/convert.py", line 173, in 
anyToLatency
    raise ValueError, "cannot convert '%s' to clock period" % value
ValueError: cannot convert '1' to clock period
Error setting param TmpClass.clock to 1
**************************************************************************************
Here is the command line:

command line: gem5.opt --dump-config=config.ini --stats-file=stats.txt -d 
/home/luhang/bin/gem5/m5out/blackscholes_16_16_1_4_inorder 
configs/example/ruby_fs.py 
--script=configs/boot/blackscholes_simsmall_100000000.rcS --num-cpus=16 
--clock=1 --caches --l2cache --l1d_size=64kB --l1i_size=64kB --l2_size=4MB 
--l1d_assoc=2 --l1i_assoc=2 --l2_assoc=8 --cacheline_size=64 --ruby 
--garnet-network=fixed --topology=Mesh --mesh-rows=16
*************************************************************************

-----------------------------------------------------------------------------------------
Lu Hang
Phd Candidate
State Key Laboratory of Computer System and Architecture
Institute of Computing Technology,Chinese Academy of Sciences
Beijing 100190, China
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to