gem5/sim
Steve Reinhardt d7dfe51fae Integrate Python configuration script parsing into m5 itself.
SConscript:
    Add pyconfig/{pyconfig,code}.cc
    Add list of object description (.od) files.
    Include pyconfig/SConscript.
base/inifile.cc:
    Get rid of CPP_PIPE... it never really worked anyway.
base/inifile.hh:
    Make load(ifstream&) method public so pyconfig
    code can call it.
sim/main.cc:
    Handle Python config scripts (end in '.py' instead of '.ini').
sim/pyconfig/m5configbase.py:
    Add license.
    Fix minor __setattr__ problem (2.3 related?)

--HG--
rename : util/config/m5configbase.py => sim/pyconfig/m5configbase.py
extra : convert_revision : 5e004922f950bfdefced333285584b80ad7ffb83
2004-08-05 02:03:47 -07:00
..
pyconfig Integrate Python configuration script parsing into m5 itself. 2004-08-05 02:03:47 -07:00
async.hh Import changeset 2003-10-07 10:41:54 -04:00
builder.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
builder.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
debug.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
debug.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
eventq.cc a little bit more info when dumping the event queue. 2004-07-23 00:15:52 -04:00
eventq.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
host.hh Fix byteswap on LP64 (amd64) 2004-07-02 16:40:23 -04:00
main.cc Integrate Python configuration script parsing into m5 itself. 2004-08-05 02:03:47 -07:00
param.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
param.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
process.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
process.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
serialize.cc Don't serialize the absolute path so we can move checkpoints around. 2004-06-28 15:54:05 -04:00
serialize.hh Don't serialize the absolute path so we can move checkpoints around. 2004-06-28 15:54:05 -04:00
sim_events.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
sim_events.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
sim_exit.hh Move the m5 pseudo instructions into their own file 2003-11-02 20:43:39 -05:00
sim_object.cc Move all of the object matching code to a shared file so it can 2004-07-30 10:47:53 -04:00
sim_object.hh Move all of the object matching code to a shared file so it can 2004-07-30 10:47:53 -04:00
stat_control.cc sim ticks should be the number of elapsed ticks, not curTick 2004-07-23 00:24:24 -04:00
stat_control.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
stats.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
syscall_emul.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
syscall_emul.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
system.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
system.hh implement the readfile pseudo instruction that will read 2004-07-01 18:03:05 -04:00
universe.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00