Searched defs:allowEnqueue (Results 1 – 9 of 9) sorted by relevance
42 val allowEnqueue = Input(Bool()) constant
263 val allowEnqueue = GatedValidRegNext( constant
263 val allowEnqueue = GatedValidRegNext(numValidEntries + enqCount <= (size - RenameWidth).U, true.B) constant
170 val allowEnqueue = RegInit(true.B) constant
276 val allowEnqueue = validCount <= (LoadQueueRARSize - LoadPipelineWidth).U constant
366 val allowEnqueue = validCount <= (LoadQueueRAWSize - LoadPipelineWidth).U constant
93 val allowEnqueue = validCount <= (VirtualLoadQueueSize - LSQLdEnqWidth).U constant
601 val allowEnqueue = !freeList.io.empty constant
290 val allowEnqueue = validCount <= (StoreQueueSize - LSQStEnqWidth).U constant