Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_KMAC.cs287 … .WithFlag(2, out interruptKmacError, FieldMode.Read | FieldMode.WriteOneToClear, name: "kmac_err") in BuildRegisterMap()
301 ….WithFlag(2, FieldMode.Write, writeCallback: (_, val) => { interruptKmacError.Value |= val; }, nam… in BuildRegisterMap()
424 KmacErrorIRQ.Set(interruptKmacError.Value && interruptEnableKmacError.Value); in UpdateInterrupts()
440 interruptKmacError.Value = true; in RunCommand()
483 interruptKmacError.Value = true; in InitHasher()
619 interruptKmacError.Value = true; in RunHasher()
658 interruptKmacError.Value = true; in CheckComandSequence()
777 private IFlagRegisterField interruptKmacError; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_KMAC