gem5/ext/dsent/model/optical_graph
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
..
OpticalDetector.cc ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
OpticalDetector.h ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
OpticalFilter.cc ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
OpticalFilter.h ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
OpticalGraph.cc ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
OpticalGraph.h ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
OpticalLaser.cc ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
OpticalLaser.h ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
OpticalModulator.cc ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
OpticalModulator.h ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
OpticalNode.cc ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
OpticalNode.h ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
OpticalReceiver.h ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
OpticalTransmitter.h ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
OpticalWaveguide.cc ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
OpticalWaveguide.h ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
OpticalWavelength.cc ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
OpticalWavelength.h ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00