Hi all,
I am Rathna. I tried to simulate ALPHA_FS processor with Ruby model using this
command to build :
scons RUBY=True build/ALPHA_FS/m5.fast
Scons completed the build successfully. But when I tried to run the full system
ruby script ruby_fs.py:
build/ALPHA_FS/m5.fast configs/example/ruby_fs.py -n 8 --topology Mesh --mesh-
rows 2 --num-l2cache 8 --num-dir 8
I get the following error:
******************************
Error: could not create sytem for ruby protocol MI_example
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/media/Test/m5ruby/m5/src/python/m5/main.py", line 348, in main
exec filecode in scope
File "configs/example/ruby_fs.py", line 123, in <module>
system._dma_devices)
File "/media/Test/m5ruby/m5/configs/ruby/Ruby.py", line 70, in create_system
% protocol)
File "<string>", line 1, in <module>
File "/media/Test/m5ruby/m5/configs/ruby/MI_example.py", line 141, in
create_system
system.dma_cntrl.dma_sequencer.port = dma_device.dma
File "/media/Test/m5ruby/m5/src/python/m5/SimObject.py", line 587, in
__getattr__
% (self.__class__.__name__, attr)
AttributeError: object 'LinuxAlphaSystem' has no attribute 'dma_cntrl'
***************************************
I am using the following version of m5:
changeset: 8216:70e61aa65759
tag: tip
user: Ali Saidi <[email protected]>
date: Sun Apr 10 21:02:28 2011 -0400
summary: ARM: Fix checkpoint restoration in ARM_SE.
I am I missing something?
Thanks,
Rathna
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev