Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_EntropySource.cs233 .WithFlag(0, out entropyValidInterruptEnable, name: "es_entropy_valid") in DefineRegisters()
590 … EsEntropyValidIRQ.Set(entropyValidInterruptState.Value && entropyValidInterruptEnable.Value); in UpdateInterrupts()
629 private IFlagRegisterField entropyValidInterruptEnable; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_EntropySource