Dear Gem5 Users,
I ran following commands and it generated some parameters in the beginning
and ended with errors like this.
./build/ARM/gem5.opt --list-sim-objects
SimObjects:
A9SCU
clk_domain
default: Parent.clk_domain
desc: Clock domain
eventq_index
default: Parent.eventq_index
desc: Event Queue Index
pio_addr
desc: Device Address
pio_latency
default: 100ns
desc: Programmed IO latency
system
default: Parent.any
desc: System this device is part of
.......
.......
.......
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/mnt/lnx-arch/gem5/src/python/m5/main.py", line 272, in main
print " default: %s" % default
File "/mnt/lnx-arch/gem5/src/python/m5/SimObject.py", line 853, in __str__
return self.path()
File "/mnt/lnx-arch/gem5/src/python/m5/SimObject.py", line 847, in path
ppath = self._parent.path()
TypeError: unbound method path() must be called with ArmTLB instance as
first argument (got nothing instead)
Is this error which I introduced by command-line command or gem5 software
bugs?. I need to know all the available parameters which I can tweak for my
simulation. Any insight or help will be appreciated. Thank you for your help
in advance.
Regards
Kuk-Hwan
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users