gem5/ext/dsent/model
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
..
electrical ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
network ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
optical ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
optical_graph ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
std_cells ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
timing_graph ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
ElectricalModel.cc ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
ElectricalModel.h ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
EventInfo.cc ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
EventInfo.h ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
Model.cc ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
Model.h ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
ModelGen.cc ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
ModelGen.h ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
OpticalModel.cc ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
OpticalModel.h ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
PortInfo.cc ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
PortInfo.h ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
TransitionInfo.cc ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
TransitionInfo.h ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00