gem5/ext/dsent/libutil
Nilay Vaish c1aecc05e6 ext: dsent: adds a Python interface, drops C++ one
This patch extensively modifies DSENT so that it can be accessed using Python.
To access the Python interface, DSENT needs to compiled as a shared library.
For this purpose a CMakeLists.txt file has been added.  Some of the code that
is not required is being removed.
2014-10-11 16:16:00 -05:00
..
Assert.h ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
Calculator.cc ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
Calculator.h ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
Config.cc ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
Config.h ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
Exception.cc ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
Exception.h ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
LibUtil.h ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
Log.cc ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
Log.h ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
Map.h ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
MathUtil.cc ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
MathUtil.h ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
String.cc ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
String.h ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00