gem5.components.processors.spatter_gen.spatter_generator_core module

class gem5.components.processors.spatter_gen.spatter_generator_core.SpatterGeneratorCore(processing_mode: SpatterProcessingMode | str, int_regfile_size: int, fp_regfile_size: int, request_gen_latency: int, request_gen_rate: int, request_buffer_entries: int, send_rate: int)

Bases: AbstractGeneratorCore

abstract = False
add_kernel(kernel: SpatterKernel) None
connect_dcache(port: Port) None

This function should connect the response port from the data cache to the right request port on the core.

Parameters:

port – The response port from the icache to connect to.

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

External interface to start generating the trace of addresses.

Depending on what SimObject is wrapped by this component this method might need be implemented.