Hey folks. I'm making progress on gluing SE and FS modes together (a
smoother integration will come later) and I've cornered the last
instances of FULL_SYSTEM to the cpu directory. I'm having some trouble
getting rid of the FULL_SYSTEM which guards the workload parameter. I'd
like to turn on the parameter in FS but set it to something inert like
[]. When I tried that, though, I got the following error. I have no idea
what it's talking about, but it doesn't necessarily look like it's the
[] itself that's the problem. Maybe setting defaults on VectorParams
doesn't work?

Gabe



warn: Sockets disabled, not accepting vnc client connections
warn: Sockets disabled, not accepting terminal connections
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/gblack/m5/repos/gem5.sefs/src/python/m5/main.py", line
356, in main
    exec filecode in scope
  File "tests/run.py", line 81, in <module>
    m5.instantiate()
  File "/home/gblack/m5/repos/gem5.sefs/src/python/m5/simulate.py", line
78, in instantiate
    for obj in root.descendants(): obj.createCCObject()
  File "/home/gblack/m5/repos/gem5.sefs/src/python/m5/SimObject.py",
line 881, in createCCObject
    self.getCCParams()
  File "/home/gblack/m5/repos/gem5.sefs/src/python/m5/SimObject.py",
line 840, in getCCParams
    assert not len(vec)
TypeError: object of type 'SwigPyObject' has no len()
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to