gem5.components.processors.gups_generator_core module

class gem5.components.processors.gups_generator_core.GUPSGeneratorCore(start_addr: Addr, mem_size: str, update_limit: int, clk_freq: str | None)

Bases: AbstractGeneratorCore

abstract = False
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 = []