Dear all,
A quick question: who creates ruby system defined in mem\ruby\system\system.hh?
There's a function:
RubySystem *
RubySystemParams::create()
{
    return new RubySystem(this);
}
in system.cc, but I searched the whole src folder and didn't find who calls 
this function. Then, how the rubysystem be created and init?

Thanks and BR.
-----------------------------------------------------------------------------------------
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