Searched refs:ReseedCommandFifoCapacity (Results 1 – 1 of 1) sorted by relevance
28 reseedCommands = new Queue<uint>(ReseedCommandFifoCapacity); in OpenTitan_EntropyDistributionNetwork()242 if(reseedCommands.Count >= ReseedCommandFifoCapacity) in DefineRegisters()407 private const int ReseedCommandFifoCapacity = 13; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_EntropyDistributionNetwork