Skip to content
Snippets Groups Projects
  1. Nov 14, 2024
  2. Nov 08, 2024
  3. Nov 07, 2024
  4. Nov 06, 2024
  5. Nov 05, 2024
  6. Nov 04, 2024
  7. Nov 01, 2024
    • Matteo Perotti's avatar
      acc_dispatcher: don't issue instruction from buffer if flushing (#2490) · 9e670f64
      Matteo Perotti authored
      The controller flushes the pipeline and all the unissued instructions in the presence of instructions with side effects (e.g., fence).
      The accelerator dispatcher buffer (now used with the Ara RVV Vector processor) is flushed when this happens and avoids accepting a new instruction in that cycle, but it does not prevent the actual issuing of instructions during a flush cycle.
      This fix avoids the issue during a flush cycle.
      9e670f64
  8. Oct 25, 2024
    • slgth's avatar
      doc: keep documentation in sync with the code (#2558) · ab2283c0
      slgth authored
      Both the ISA and design documentations use some parameters generated from the RTL (ports, parameters).
      As of now, they are committed to the repository and can be out of sync with the code.
      
      This PR removes them from the repository and freshly generates them from the code when building HTML files.
      
      This PR also removes prebuilt HTML files (design & ISA docs) and generates them when building the top-level Read the Docs documentation (make -C docs).
      ab2283c0
  9. Oct 23, 2024
Loading