PyTimeloop
|
Namespaces | |
namespace | pytimeloop |
namespace | pytimeloop.timeloopfe |
namespace | pytimeloop.timeloopfe.v4 |
Timeloop v4 Specification. | |
namespace | pytimeloop.timeloopfe.v4.arch |
Functions | |
"Component" | pytimeloop.timeloopfe.v4.arch.component_factory (*args, **kwargs) |
Factory function for creating components based on the provided arguments. | |
"Storage" | pytimeloop.timeloopfe.v4.arch.dummy_storage (str name) |
Create a dummy storage component. | |
Variables | |
tuple | pytimeloop.timeloopfe.v4.arch.BUFFER_CLASSES = ("DRAM", "SRAM", "regfile", "smartbuffer", "storage") |
tuple | pytimeloop.timeloopfe.v4.arch.COMPUTE_CLASSES = ("mac", "intmac", "fpmac", "compute") |
tuple | pytimeloop.timeloopfe.v4.arch.NETWORK_CLASSES = ("XY_NoC", "Legacy", "ReductionTree", "SimpleMulticast") |
tuple | pytimeloop.timeloopfe.v4.arch.NOTHING_CLASSES = ("nothing",) |