Home
last modified time | relevance | path

Searched refs:HasTwoCortexA55Cores (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DRenesasRZG_CPG_SYSC.cs473 …d((long)Registers.LsiProduct, new DoubleWordRegister(this, (uint)(HasTwoCortexA55Cores ? 0x0 : 0x1… in DefineSYSCRegisters()
769 if(!HasTwoCortexA55Cores) in DefineCPGRegisters()
970 private bool HasTwoCortexA55Cores => cpu1 != null; field in Antmicro.Renode.Peripherals.Miscellaneous.RenesasRZG_CPG_SYSC