Hello

Trying to understand the following:

So in example config scripts I see the following:

        system = System() // Is this then instantiating the default overall 
system ??

Now, I understand that there are two types of memory system, namely classic and 
Ruby.

And then if "-ruby" is specified on the command line, the script Ruby.py is 
called.
Within Ruby.py, the function creat_system() is called and in Ruby.py (lines 193 
- 194), we have the code

       system.ruby = Ruby.System() // Is this then instantiating the Ruby 
memory system within the overall System() ??
       ruby                = system.ruby     // This is then just an alias ??


Thanks in advance.
J.Osmany
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to