Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/PL330_DMA/
DPL330_DMA.cs149 public int InstructionCacheLineLength { get; set; } = 16; property in Antmicro.Renode.Peripherals.DMA.PL330_DMA
248 …e.Read, valueProviderCallback: _ => (ulong)Math.Floor(Math.Log(InstructionCacheLineLength, 2)), na… in DefineRegisters()