Skip to content

Commit

Permalink
chore: update emulator version
Browse files Browse the repository at this point in the history
  • Loading branch information
vfusco committed Feb 9, 2024
1 parent e415cc2 commit 00d8c3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
# with this program (see COPYING). If not, see <https://www.gnu.org/licenses/>.
#

EMULATOR_MARCHID=15
EMULATOR_MARCHID=16

# Every new emulator release should bump these constants
EMULATOR_VERSION_MAJOR=0
EMULATOR_VERSION_MINOR=15
EMULATOR_VERSION_PATCH=2
EMULATOR_VERSION_MINOR=16
EMULATOR_VERSION_PATCH=0
EMULATOR_VERSION_LABEL=

TARGET_OS?=$(shell uname)
Expand Down
4 changes: 2 additions & 2 deletions tests/machine/src/version_check.S
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
j exit;

#define CARTESI_MVENDORID 0x6361727465736920
#define CARTESI_MARCHID_MIN 0xf // Minimum marchid
#define CARTESI_MIMPID_MIN 0x1 // Minimum mimpid
#define CARTESI_MARCHID_MIN 0x10 // Minimum marchid
#define CARTESI_MIMPID_MIN 0x1 // Minimum mimpid

// Section with code
.section .text.init
Expand Down

0 comments on commit 00d8c3a

Please sign in to comment.