Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DIbexRiscV32.cs15nmiVectorLength = null) : base(machine, cpuType, timeProvider, hartId, privilegedArchitecture, end… in IbexRiscV32() argument
DRiscV32.cs24 uint? nmiVectorLength = null, in RiscV32() argument
30 … machine, privilegedArchitecture, endianness, CpuBitness.Bits32, nmiVectorAddress, nmiVectorLength, in RiscV32()
DRiscV64.cs24 uint? nmiVectorLength = null, in RiscV64() argument
30 … machine, privilegedArchitecture, endianness, CpuBitness.Bits64, nmiVectorAddress, nmiVectorLength, in RiscV64()
DBaseRiscV.cs39 uint? nmiVectorLength = null, in BaseRiscV() argument
55 this.nmiVectorLength = nmiVectorLength; in BaseRiscV()
452 return nmiVectorLength;
457 nmiVectorLength = value;
848 private uint? nmiVectorLength; field in Antmicro.Renode.Peripherals.CPU.BaseRiscV