Closed zhuotianshu closed 3 months ago
The command queue may stay active - with busy asserted - when there are outstanding implicit loads.
The command queue may stay active - with busy asserted - when there are outstanding implicit loads.
I understand that. But it seems that the sentence should be:
When cqen is changed from 1 to 0, the command queue may stay active (with busy asserted) until the commands already fetched from the command-queue are being processed and there are no outstanding implicit loads from the command-queue.
It stays active until there are outstanding implicit loads. When there are no outstanding implicit loads it becomes inactive.
Got that. There may be some grammatical ambiguity for me, because I thought this sentence means "cq may stay active until situation A & situation B are both true", where the condition after until is the condition to leave "active" state. But I can understand that.
In 5.15. Command-queue CSR (cqcsr):
I'm confused about the "and/or" here. And I also confused that why the condition is "there are outstanding implicit loads" rather than "there are no outstanding implicit loads". Because as I understand it, a queue could be disabled only when entries already been fetched have been complete (or timeout), and no outstanding implicit loads is in-flight.