a) You missed a dot... it's referring to the "port" on the object "system.physmem"
b) "m5" is a python package, not an object On Sat, Jul 13, 2013 at 8:04 AM, Zheng Wu <[email protected]> wrote: > Hi All, > > I am reading the configuration scripts in python and I am having a > difficult time finding all the attribute definitions for certain python > objects. > > For example, > > a) In se.py: "system.physmem.port = system.membus.master". I looked in > "src/sim/System.py" for the definition of "physmemport" but can not find it. > > b) In various files, I see attributes related to a "m5" object. Like > "m5.tick.seconds(simtime)" for example. Where are the definition of all the > attributes related to "m5" object?? > > > Many Thanks, > Zheng Wu > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
