gem5.components.processors.gups_generator_par module

class gem5.components.processors.gups_generator_par.GUPSGeneratorPAR(num_cores: int, start_addr: Addr, mem_size: str, update_limit: int = 0, clk_freq: str | None = None)

Bases: AbstractGenerator

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

Since GUPSGeneratorCore does not need a call to start_traffic to start generation. This function is just pass.