Skip to content

Commit 4193079

Browse files
committed
Release: update version to 0.9.2
Signed-off-by: Pavel Pisa <[email protected]>
1 parent e5c60cc commit 4193079

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_policy(VERSION 3.10)
33

44
project(QtRVSim
55
LANGUAGES C CXX
6-
VERSION 0.9.1
6+
VERSION 0.9.2
77
DESCRIPTION "RISC-V CPU simulator for education purposes")
88

99
set(KAREL_KOCI "Karel Koci <[email protected]>")

extras/packaging/deb/debian/changelog

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
qtrvsim (0.9.2-1) unstable; urgency=medium
2+
3+
* Debian package updated to version 0.9.2.
4+
* GUI: rework of coreview graphics to correspond to Mr. Stepanovsky slides
5+
* CI: downgrade runner os to win2019 to prevent failing builds
6+
* WASM: fix exception support
7+
* LRU cache policy fix (check was incoorect only for flush, i.e. fence instruction)
8+
* Machine: basic RV32M support (no specific GUI provided, considered as part of ALU)
9+
* README.md update, document RV32M support
10+
* Machine: RISC-V ABI places stack pointer into x2 register.
11+
* Machine: rewrite all core_alu_forward and complex memory tests for RISC-V.
12+
* Machine: RISC-V is by default little endian, even when ELF file is not loaded
13+
14+
-- Pavel Pisa <[email protected]> Tue, 12 Mar 2022 20:45:12 +0200
15+
116
qtrvsim (0.9.1-1) unstable; urgency=medium
217

318
* Debian package updated to version 0.9.1.

0 commit comments

Comments
 (0)