Skip to content

Release build (v.2.2.5)

Compare
Choose a tag to compare
@mortbopet mortbopet released this 28 Aug 11:34
· 61 commits to master since this release

Ripes v2.2.5

New Features:

  • Ripes command line mode
    • Ripes can now be executed without the GUI to support batch and headless execution, as well as to integrate into other flows.
    • An example run is: ./Ripes --mode sh --src complexMul.s -t asm --proc "RV32_6S_DUAL" --isaexts M,C --cpi --cycles --pipeline
    • See ./Ripes --help for the full list of supported telemetry and options.

Bug fixes and minor stuff

  • Added new example for reading from STDIN in assembly
  • Fixed deadlock when resetting processor while waiting for user input
  • Fixed zombie state when exiting the application while "running" the processor
  • Fixed string literal tokenizer; '\"' and ':' are now allowed inside string directives.
  • Added register column to system call help window.
  • Added support for local/relative labels in assembler.
  • Fixed pipeline diagram not updating