From 47ef97b9caad0a72751523855d145dcd96fc5738 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Thu, 9 Sep 2010 14:26:29 -0700 Subject: scons: Stop building the big monolithic swigged params module kill params.i and create a separate .i for each object (param, enums, etc.) --- src/python/swig/system.i | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/python/swig/system.i') diff --git a/src/python/swig/system.i b/src/python/swig/system.i index a95101bf7..5e36b4ac5 100644 --- a/src/python/swig/system.i +++ b/src/python/swig/system.i @@ -28,9 +28,12 @@ * Authors: Nathan Binkert */ -%module sim_object +%{ +#include "sim/system.hh" +%} -%include "enums/MemoryMode.hh" +%import "python/swig/sim_object.i" +%import "enums/MemoryMode.hh" class System : public SimObject { -- cgit v1.2.3