----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2407/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- 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. Diffs ----- ext/dsent/CMakeLists.txt PRE-CREATION ext/dsent/DSENT.h PRE-CREATION ext/dsent/DSENT.cc PRE-CREATION ext/dsent/Makefile PRE-CREATION ext/dsent/configs/electrical-link.cfg PRE-CREATION ext/dsent/configs/router.cfg PRE-CREATION ext/dsent/interface.cc PRE-CREATION ext/dsent/libutil/Calculator.h PRE-CREATION ext/dsent/libutil/Calculator.cc PRE-CREATION ext/dsent/libutil/Config.h PRE-CREATION ext/dsent/libutil/Config.cc PRE-CREATION ext/dsent/libutil/Makefile PRE-CREATION ext/dsent/libutil/OptionParser.h PRE-CREATION ext/dsent/libutil/OptionParser.cc PRE-CREATION ext/dsent/main.cc PRE-CREATION ext/dsent/tech/TechModel.h PRE-CREATION ext/dsent/tech/TechModel.cc PRE-CREATION ext/dsent/util/Config.h PRE-CREATION ext/dsent/util/Config.cc PRE-CREATION Diff: http://reviews.gem5.org/r/2407/diff/ Testing ------- Thanks, Nilay Vaish _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
