gem5.components.processors.strided_generator module

class gem5.components.processors.strided_generator.StridedGenerator(num_cores: int = 1, duration: str = '1ms', rate: str = '100GiB/s', block_size: int = 64, superblock_size: int = 64, stride_size: int | None = None, min_addr: int = 0, max_addr: int = 32768, rd_perc: int = 100, data_limit: int = 0)

Bases: AbstractGenerator

abstract = False
cxx_exports = []
cxx_extra_bases = []
cxx_param_exports = []
cxx_template_params = []
start_traffic() None

Depending on what the internal generator core for inheriting classes is this method needs to be implemented in detail or implmeneted as pass.