Package ripes: Information

    Source package: ripes
    Version: 2.1.0-alt2
    Build time:  Mar 9, 2024, 02:11 AM
    Category: Emulators
    Report package bug
    License: MIT
    Summary: A graphical 5-stage RISC-V pipeline simulator
    Description: 
    Ripes is a graphical 5-stage processor pipeline simulator and assembly
    code editor built for the RISC-V instruction set architecture, suitable
    for teaching how assembly level code is executed on a classic pipelined
    architecture. Ripes is especially suitable for illustrating how concepts
    such as forwarding and stalling works, giving a visual representation of
    both cases.

    List of rpms provided by this srpm:
    ripes (e2kv6, e2kv5, e2kv4, e2k)
    ripes-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

    Maintainer: Alexey Sheplyakov


      1. cmake
      2. qt5-base-devel
      3. qt5-charts-devel
      4. qt5-svg-devel
      5. qt5-tools-devel

    Last changed


    March 8, 2024 Alexey Sheplyakov 2.1.0-alt2
    - NMU: trimmed build dependencies according to CMakeLists.txt (only
      QtCore, QtWidgets, QtCharts, and QtSvg are required).
      Fixes FTBFS on LoongArch.
    Aug. 3, 2021 Michael Shigorin 2.1.0-alt1.1.1
    - E2K: avoid qt5-{webengine,webview} as missing
    - minor spec cleanup
    April 28, 2021 Arseny Maslennikov 2.1.0-alt1.1
    - NMU: spec: adapted to new cmake macros.