Searched refs:HPI (Results 1 - 4 of 4) sorted by relevance

/gem5/configs/example/arm/
H A Dstarter_fs.py60 from common.cores.arm import HPI
80 "hpi" : ( HPI.HPI,
81 HPI.HPI_ICache, HPI.HPI_DCache,
82 HPI.HPI_WalkCache,
83 HPI.HPI_L2)
103 # Only simulate caches when using a timing CPU (e.g., the HPI model)
H A Dstarter_se.py59 from common.cores.arm import HPI
74 "hpi" : ( HPI.HPI,
75 HPI.HPI_ICache, HPI.HPI_DCache,
76 HPI.HPI_WalkCache,
77 HPI.HPI_L2)
/gem5/configs/common/
H A DCacheConfig.py71 elif options.cpu_type == "HPI":
73 import cores.arm.HPI as core
75 print("HPI is unavailable.")
/gem5/configs/common/cores/arm/
H A DHPI.py39 """The High-Performance In-order (HPI) CPU timing model is tuned to be
40 representative of a modern in-order ARMv8-A implementation. The HPI
1400 class HPI(MinorCPU): class in inherits:MinorCPU
1456 "HPI",

Completed in 15 milliseconds