Searched refs:PreConditionerPackerFifoDepth (Results 1 – 1 of 1) sorted by relevance
26 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