History log of /gem5/ext/dsent/model/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
10448:bc1a3b7ab5ef 11-Oct-2014 Nilay Vaish <nilay@cs.wisc.edu>

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.


/gem5/ext/dsent/CMakeLists.txt
/gem5/ext/dsent/DSENT.cc
/gem5/ext/dsent/DSENT.h
/gem5/ext/dsent/Makefile
/gem5/ext/dsent/configs/electrical-link.cfg
/gem5/ext/dsent/configs/router.cfg
/gem5/ext/dsent/interface.cc
/gem5/ext/dsent/libutil/Assert.h
/gem5/ext/dsent/libutil/Calculator.cc
/gem5/ext/dsent/libutil/Calculator.h
/gem5/ext/dsent/libutil/Config.cc
/gem5/ext/dsent/libutil/Config.h
/gem5/ext/dsent/libutil/Exception.cc
/gem5/ext/dsent/libutil/Exception.h
/gem5/ext/dsent/libutil/LibUtil.h
/gem5/ext/dsent/libutil/Log.cc
/gem5/ext/dsent/libutil/Log.h
/gem5/ext/dsent/libutil/Makefile
/gem5/ext/dsent/libutil/Map.h
/gem5/ext/dsent/libutil/MathUtil.cc
/gem5/ext/dsent/libutil/MathUtil.h
/gem5/ext/dsent/libutil/OptionParser.cc
/gem5/ext/dsent/libutil/OptionParser.h
/gem5/ext/dsent/libutil/String.cc
/gem5/ext/dsent/libutil/String.h
/gem5/ext/dsent/main.cc
ElectricalModel.cc
ElectricalModel.h
EventInfo.cc
EventInfo.h
Model.cc
Model.h
ModelGen.cc
ModelGen.h
OpticalModel.cc
OpticalModel.h
PortInfo.cc
PortInfo.h
TransitionInfo.cc
TransitionInfo.h
electrical/BarrelShifter.cc
electrical/BarrelShifter.h
electrical/BroadcastHTree.cc
electrical/BroadcastHTree.h
electrical/DFFRAM.cc
electrical/DFFRAM.h
electrical/Decoder.cc
electrical/Decoder.h
electrical/DemuxTreeDeserializer.cc
electrical/DemuxTreeDeserializer.h
electrical/MatrixArbiter.cc
electrical/MatrixArbiter.h
electrical/Multiplexer.cc
electrical/Multiplexer.h
electrical/MultiplexerCrossbar.cc
electrical/MultiplexerCrossbar.h
electrical/MuxTreeSerializer.cc
electrical/MuxTreeSerializer.h
electrical/OR.cc
electrical/OR.h
electrical/RepeatedLink.cc
electrical/RepeatedLink.h
electrical/RippleAdder.cc
electrical/RippleAdder.h
electrical/SeparableAllocator.cc
electrical/SeparableAllocator.h
electrical/TestModel.cc
electrical/TestModel.h
electrical/router/Router.cc
electrical/router/Router.h
electrical/router/RouterInputPort.cc
electrical/router/RouterInputPort.h
electrical/router/RouterSwitchAllocator.cc
electrical/router/RouterSwitchAllocator.h
network/ElectricalClos.cc
network/ElectricalClos.h
network/ElectricalMesh.cc
network/ElectricalMesh.h
network/PhotonicClos.cc
network/PhotonicClos.h
optical/GatedLaserSource.cc
optical/GatedLaserSource.h
optical/LaserSource.cc
optical/LaserSource.h
optical/OpticalLinkBackendRx.cc
optical/OpticalLinkBackendRx.h
optical/OpticalLinkBackendTx.cc
optical/OpticalLinkBackendTx.h
optical/OpticalTestModel.cc
optical/OpticalTestModel.h
optical/RingDetector.cc
optical/RingDetector.h
optical/RingFilter.cc
optical/RingFilter.h
optical/RingModulator.cc
optical/RingModulator.h
optical/SWMRLink.cc
optical/SWMRLink.h
optical/SWSRLink.cc
optical/SWSRLink.h
optical/ThrottledLaserSource.cc
optical/ThrottledLaserSource.h
optical_graph/OpticalDetector.cc
optical_graph/OpticalDetector.h
optical_graph/OpticalFilter.cc
optical_graph/OpticalFilter.h
optical_graph/OpticalGraph.cc
optical_graph/OpticalGraph.h
optical_graph/OpticalLaser.cc
optical_graph/OpticalLaser.h
optical_graph/OpticalModulator.cc
optical_graph/OpticalModulator.h
optical_graph/OpticalNode.cc
optical_graph/OpticalNode.h
optical_graph/OpticalReceiver.h
optical_graph/OpticalTransmitter.h
optical_graph/OpticalWaveguide.cc
optical_graph/OpticalWaveguide.h
optical_graph/OpticalWavelength.cc
optical_graph/OpticalWavelength.h
std_cells/ADDF.cc
std_cells/ADDF.h
std_cells/AND2.cc
std_cells/AND2.h
std_cells/BUF.cc
std_cells/BUF.h
std_cells/CellMacros.cc
std_cells/CellMacros.h
std_cells/DFFQ.cc
std_cells/DFFQ.h
std_cells/INV.cc
std_cells/INV.h
std_cells/LATQ.cc
std_cells/LATQ.h
std_cells/MUX2.cc
std_cells/MUX2.h
std_cells/NAND2.cc
std_cells/NAND2.h
std_cells/NOR2.cc
std_cells/NOR2.h
std_cells/OR2.cc
std_cells/OR2.h
std_cells/StdCell.cc
std_cells/StdCell.h
std_cells/StdCellLib.cc
std_cells/StdCellLib.h
std_cells/XOR2.cc
std_cells/XOR2.h
timing_graph/ElectricalDelay.cc
timing_graph/ElectricalDelay.h
timing_graph/ElectricalDriver.cc
timing_graph/ElectricalDriver.h
timing_graph/ElectricalDriverMultiplier.cc
timing_graph/ElectricalDriverMultiplier.h
timing_graph/ElectricalLoad.cc
timing_graph/ElectricalLoad.h
timing_graph/ElectricalNet.cc
timing_graph/ElectricalNet.h
timing_graph/ElectricalTimingNode.cc
timing_graph/ElectricalTimingNode.h
timing_graph/ElectricalTimingOptimizer.cc
timing_graph/ElectricalTimingOptimizer.h
timing_graph/ElectricalTimingTree.cc
timing_graph/ElectricalTimingTree.h
/gem5/ext/dsent/tech/TechModel.cc
/gem5/ext/dsent/tech/TechModel.h
/gem5/ext/dsent/tech/tech_models/Bulk22LVT.model
/gem5/ext/dsent/tech/tech_models/Bulk32LVT.model
/gem5/ext/dsent/tech/tech_models/Bulk45LVT.model
/gem5/ext/dsent/tech/tech_models/Photonics.model
/gem5/ext/dsent/tech/tech_models/TG11LVT.model
/gem5/ext/dsent/util/CommonType.h
/gem5/ext/dsent/util/Config.cc
/gem5/ext/dsent/util/Config.h
/gem5/ext/dsent/util/Constants.cc
/gem5/ext/dsent/util/Constants.h
/gem5/ext/dsent/util/Result.cc
/gem5/ext/dsent/util/Result.h
10447:a465576671d4 11-Oct-2014 Nilay Vaish <nilay@cs.wisc.edu>

ext: add the source code for DSENT
This patch adds a tool called DSENT to the ext/ directory. DSENT
is a tool that models power and area for on-chip networks. The next
patch adds a script for using the tool.


/gem5/ext/dsent/DSENT.cc
/gem5/ext/dsent/DSENT.h
/gem5/ext/dsent/LICENSE
/gem5/ext/dsent/Makefile
/gem5/ext/dsent/README
/gem5/ext/dsent/configs/electrical-clos.cfg
/gem5/ext/dsent/configs/electrical-link.cfg
/gem5/ext/dsent/configs/electrical-mesh.cfg
/gem5/ext/dsent/configs/example.cfg
/gem5/ext/dsent/configs/photonic-clos.cfg
/gem5/ext/dsent/configs/photonic-link.cfg
/gem5/ext/dsent/configs/router.cfg
/gem5/ext/dsent/libutil/Assert.h
/gem5/ext/dsent/libutil/Calculator.cc
/gem5/ext/dsent/libutil/Calculator.h
/gem5/ext/dsent/libutil/Config.cc
/gem5/ext/dsent/libutil/Config.h
/gem5/ext/dsent/libutil/Exception.cc
/gem5/ext/dsent/libutil/Exception.h
/gem5/ext/dsent/libutil/LibUtil.h
/gem5/ext/dsent/libutil/Log.cc
/gem5/ext/dsent/libutil/Log.h
/gem5/ext/dsent/libutil/Makefile
/gem5/ext/dsent/libutil/Map.h
/gem5/ext/dsent/libutil/MathUtil.cc
/gem5/ext/dsent/libutil/MathUtil.h
/gem5/ext/dsent/libutil/OptionParser.cc
/gem5/ext/dsent/libutil/OptionParser.h
/gem5/ext/dsent/libutil/String.cc
/gem5/ext/dsent/libutil/String.h
/gem5/ext/dsent/main.cc
ElectricalModel.cc
ElectricalModel.h
EventInfo.cc
EventInfo.h
Model.cc
Model.h
ModelGen.cc
ModelGen.h
OpticalModel.cc
OpticalModel.h
PortInfo.cc
PortInfo.h
TransitionInfo.cc
TransitionInfo.h
electrical/BarrelShifter.cc
electrical/BarrelShifter.h
electrical/BroadcastHTree.cc
electrical/BroadcastHTree.h
electrical/DFFRAM.cc
electrical/DFFRAM.h
electrical/Decoder.cc
electrical/Decoder.h
electrical/DemuxTreeDeserializer.cc
electrical/DemuxTreeDeserializer.h
electrical/MatrixArbiter.cc
electrical/MatrixArbiter.h
electrical/Multiplexer.cc
electrical/Multiplexer.h
electrical/MultiplexerCrossbar.cc
electrical/MultiplexerCrossbar.h
electrical/MuxTreeSerializer.cc
electrical/MuxTreeSerializer.h
electrical/OR.cc
electrical/OR.h
electrical/RepeatedLink.cc
electrical/RepeatedLink.h
electrical/RippleAdder.cc
electrical/RippleAdder.h
electrical/SeparableAllocator.cc
electrical/SeparableAllocator.h
electrical/TestModel.cc
electrical/TestModel.h
electrical/router/Router.cc
electrical/router/Router.h
electrical/router/RouterInputPort.cc
electrical/router/RouterInputPort.h
electrical/router/RouterSwitchAllocator.cc
electrical/router/RouterSwitchAllocator.h
network/ElectricalClos.cc
network/ElectricalClos.h
network/ElectricalMesh.cc
network/ElectricalMesh.h
network/PhotonicClos.cc
network/PhotonicClos.h
optical/GatedLaserSource.cc
optical/GatedLaserSource.h
optical/LaserSource.cc
optical/LaserSource.h
optical/OpticalLinkBackendRx.cc
optical/OpticalLinkBackendRx.h
optical/OpticalLinkBackendTx.cc
optical/OpticalLinkBackendTx.h
optical/OpticalTestModel.cc
optical/OpticalTestModel.h
optical/RingDetector.cc
optical/RingDetector.h
optical/RingFilter.cc
optical/RingFilter.h
optical/RingModulator.cc
optical/RingModulator.h
optical/SWMRLink.cc
optical/SWMRLink.h
optical/SWSRLink.cc
optical/SWSRLink.h
optical/ThrottledLaserSource.cc
optical/ThrottledLaserSource.h
optical_graph/OpticalDetector.cc
optical_graph/OpticalDetector.h
optical_graph/OpticalFilter.cc
optical_graph/OpticalFilter.h
optical_graph/OpticalGraph.cc
optical_graph/OpticalGraph.h
optical_graph/OpticalLaser.cc
optical_graph/OpticalLaser.h
optical_graph/OpticalModulator.cc
optical_graph/OpticalModulator.h
optical_graph/OpticalNode.cc
optical_graph/OpticalNode.h
optical_graph/OpticalReceiver.h
optical_graph/OpticalTransmitter.h
optical_graph/OpticalWaveguide.cc
optical_graph/OpticalWaveguide.h
optical_graph/OpticalWavelength.cc
optical_graph/OpticalWavelength.h
std_cells/ADDF.cc
std_cells/ADDF.h
std_cells/AND2.cc
std_cells/AND2.h
std_cells/BUF.cc
std_cells/BUF.h
std_cells/CellMacros.cc
std_cells/CellMacros.h
std_cells/DFFQ.cc
std_cells/DFFQ.h
std_cells/INV.cc
std_cells/INV.h
std_cells/LATQ.cc
std_cells/LATQ.h
std_cells/MUX2.cc
std_cells/MUX2.h
std_cells/NAND2.cc
std_cells/NAND2.h
std_cells/NOR2.cc
std_cells/NOR2.h
std_cells/OR2.cc
std_cells/OR2.h
std_cells/StdCell.cc
std_cells/StdCell.h
std_cells/StdCellLib.cc
std_cells/StdCellLib.h
std_cells/XOR2.cc
std_cells/XOR2.h
timing_graph/ElectricalDelay.cc
timing_graph/ElectricalDelay.h
timing_graph/ElectricalDriver.cc
timing_graph/ElectricalDriver.h
timing_graph/ElectricalDriverMultiplier.cc
timing_graph/ElectricalDriverMultiplier.h
timing_graph/ElectricalLoad.cc
timing_graph/ElectricalLoad.h
timing_graph/ElectricalNet.cc
timing_graph/ElectricalNet.h
timing_graph/ElectricalTimingNode.cc
timing_graph/ElectricalTimingNode.h
timing_graph/ElectricalTimingOptimizer.cc
timing_graph/ElectricalTimingOptimizer.h
timing_graph/ElectricalTimingTree.cc
timing_graph/ElectricalTimingTree.h
/gem5/ext/dsent/tech/TechModel.cc
/gem5/ext/dsent/tech/TechModel.h
/gem5/ext/dsent/tech/tech_models/Bulk22LVT.model
/gem5/ext/dsent/tech/tech_models/Bulk32LVT.model
/gem5/ext/dsent/tech/tech_models/Bulk45LVT.model
/gem5/ext/dsent/tech/tech_models/Photonics.model
/gem5/ext/dsent/tech/tech_models/TG11LVT.model
/gem5/ext/dsent/util/CommonType.h
/gem5/ext/dsent/util/Config.cc
/gem5/ext/dsent/util/Config.h
/gem5/ext/dsent/util/Constants.cc
/gem5/ext/dsent/util/Constants.h
/gem5/ext/dsent/util/Result.cc
/gem5/ext/dsent/util/Result.h