cva6 icon indicating copy to clipboard operation
cva6 copied to clipboard

[BUG] Incorrect depth of Instr_queue in the specification

Open AEzzejjari opened this issue 1 year ago • 1 comments

Is there an existing CVA6 bug for this?

  • [X] I have searched the existing bug issues

Bug Description

The instruction queue contains multiple instruction FIFOs to handle multiple parallel instructions at the same time. The number of FIFOs equals to INSTR_PER_FETCH, and the depth of each FIFO equals FIFO_DEPTH. The instruction queue also contains another FIFO for addresses in case of address prediction, with the same depth, FIFO_DEPTH. The actual depth of the instruction queue is not obvious due to this incompatibility between the address FIFO and the instruction FIFOs.

AEzzejjari avatar Jul 10 '24 16:07 AEzzejjari

In #2375 I change how the IQ is configured.

I have started working on superscalar documentation and will fix the IQ documentation there.

cathales avatar Jul 22 '24 09:07 cathales

@AEzzejjari We are cleaning the "Github Issues". I assume this issue is closed. May I ask you to close it if it is the case ?

JeanRochCoulon avatar Jan 02 '25 14:01 JeanRochCoulon