ext: dsent: adds a Python interface, drops C++ one
Review Request #2407 - Created Sept. 18, 2014 and submitted
| Information | |
|---|---|
| Nilay Vaish | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10376:71de0404ef2e --------------------------- 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.
Posted (Sept. 21, 2014, 6:17 a.m.)
Seems like you should try to get these changes approved upstream to make future merges easier. Also, there's no license on the code. In the past, Li-Shiuan has been ok with the gem5 license, so you should ask her if it is OK.
