Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_EntropyDistributionNetwork.cs99 .WithFlag(1, out fatalErrorInterruptEnable, name: "edn_fatal_err") in DefineRegisters()
359 FatalError.Set(fatalErrorInterruptState.Value && fatalErrorInterruptEnable.Value); in UpdateInterrupts()
377 private IFlagRegisterField fatalErrorInterruptEnable; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_EntropyDistributionNetwork
DOpenTitan_EntropySource.cs236 .WithFlag(3, out fatalErrorInterruptEnable, name: "es_fatal_err") in DefineRegisters()
593 EsFatalErrIRQ.Set(fatalErrorInterruptState.Value && fatalErrorInterruptEnable.Value); in UpdateInterrupts()
632 private IFlagRegisterField fatalErrorInterruptEnable; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_EntropySource