diff options
Diffstat (limited to 'src/python/swig/sim_object.i')
-rw-r--r-- | src/python/swig/sim_object.i | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/python/swig/sim_object.i b/src/python/swig/sim_object.i index af9afd057..76d312417 100644 --- a/src/python/swig/sim_object.i +++ b/src/python/swig/sim_object.i @@ -28,8 +28,6 @@ * Authors: Nathan Binkert */ -%module sim_object - %{ #include "python/swig/pyobject.hh" %} @@ -39,6 +37,7 @@ %include "std_string.i" %include "base/types.hh" +%include "sim/sim_object_params.hh" class BaseCPU; |