Home
last modified time | relevance | path

Searched defs:latchedIrqs (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DPicoRV32.cs20 …public PicoRV32(IMachine machine, string cpuType, bool latchedIrqs = true, uint hartId = 0, uint r… in PicoRV32()
274 private readonly bool latchedIrqs; field in Antmicro.Renode.Peripherals.CPU.PicoRV32