Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_EntropySource.cs26 preConditionerPackerFifo = new Queue<uint>(PreConditionerPackerFifoDepth); in OpenTitan_EntropySource()
135 if(preConditionerPackerFifo.Count == PreConditionerPackerFifoDepth) in InsertIntoEntropyFlow()
652 private const int PreConditionerPackerFifoDepth = 2; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_EntropySource