scons: Stop building the big monolithic swigged params module
authorNathan Binkert <nate@binkert.org>
Thu, 9 Sep 2010 21:26:29 +0000 (14:26 -0700)
committerNathan Binkert <nate@binkert.org>
Thu, 9 Sep 2010 21:26:29 +0000 (14:26 -0700)
commit47ef97b9caad0a72751523855d145dcd96fc5738
tree9c221cdf3826302b1a908c06ea279fe4c6d8b722
parente6ee56c6571999631ce31b05d0e563d66a7bbdd8
scons: Stop building the big monolithic swigged params module
kill params.i and create a separate .i for each object (param, enums, etc.)
12 files changed:
src/SConscript
src/python/SConscript
src/python/m5/SimObject.py
src/python/m5/internal/enums/__init__.py [new file with mode: 0644]
src/python/m5/internal/params/__init__.py [new file with mode: 0644]
src/python/m5/internal/swig/__init__.py [new file with mode: 0644]
src/python/m5/objects/params.py [new file with mode: 0644]
src/python/m5/params.py
src/python/swig/inet.i
src/python/swig/range.i
src/python/swig/sim_object.i
src/python/swig/system.i