Skip to content

Releases: d-iii-s/msim

v2.3.1

25 Sep 11:00
Compare
Choose a tag to compare

Fixed

  • Wrong formatting of virtual address in the result of tr and str (see #71, @HanyzPAPU)
  • Propagate error when ddisk cannot write to a file (see #63, @PeterHero)

v2.3.0

12 Sep 08:32
Compare
Choose a tag to compare

Fixed

Added

  • setup C style (via .clang-format) (see #51, @vhotspur)
  • CI checks C style as well as file encoding and line-endings (see #51, @vhotspur)
  • completion for add prints available devices (see #31, @vhotspur)
  • page table dumping commands ptd and sptd (see #67, @HanyzPAPU)
  • virtual address translation commands tr and str (see #67, @HanyzPAPU)

Changed

  • renamed RISC-V CPU commands (see #60, @HanyzPAPU)
    • csrrd is csrd, tlbrd is tlbd
  • csrd dumps selected registers only (see #61, @HanyzPAPU)

v2.2.1

09 Oct 13:04
Compare
Choose a tag to compare

Fixed

Changed

  • EBREAK instruction on RISC-V halts simulation without TTY (as is done on MIPS) (@vhotspur)
  • move changelog to a more structured format (@vhotspur)

v2.2.0

25 Sep 15:24
Compare
Choose a tag to compare
Release 2.2.0

v2.1.2

22 Sep 14:51
Compare
Choose a tag to compare
Release 2.1.2

v2.1.1

22 Sep 11:15
Compare
Choose a tag to compare
Release 2.1.1

v2.1.0

19 Sep 13:35
Compare
Choose a tag to compare

v2.0.0

15 Mar 12:05
Compare
Choose a tag to compare

Release 2.0.0 brought support of RISC-V processor to MSIM. See pull request #25 for the patch by Jan Papesch that made it possible.