Skip to content

Commit

Permalink
Update to 0.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Carsten Munk <[email protected]>
  • Loading branch information
stskeeps authored and stephenctw committed May 8, 2024
1 parent f162256 commit d3059a0
Show file tree
Hide file tree
Showing 12 changed files with 269 additions and 518 deletions.
238 changes: 226 additions & 12 deletions machine-bindings/cartesi-machine-sys/src/headers/machine-c-api.h

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@
#define CM_MACHINE_F_REG_COUNT 32 // NOLINT(cppcoreguidelines-macro-usage, modernize-macro-to-enum)
#define CM_MACHINE_UARCH_X_REG_COUNT 32 // NOLINT(cppcoreguidelines-macro-usage, modernize-macro-to-enum)

#define CM_TREE_LOG2_WORD_SIZE 3 // NOLINT(cppcoreguidelines-macro-usage, modernize-macro-to-enum)
#define CM_TREE_LOG2_PAGE_SIZE 12 // NOLINT(cppcoreguidelines-macro-usage, modernize-macro-to-enum)
#define CM_TREE_LOG2_ROOT_SIZE 64 // NOLINT(cppcoreguidelines-macro-usage, modernize-macro-to-enum)
#define CM_FLASH_DRIVE_CONFIGS_MAX_SIZE 8 // NOLINT(cppcoreguidelines-macro-usage, modernize-macro-to-enum)
#define CM_TREE_LOG2_WORD_SIZE 3 // NOLINT(cppcoreguidelines-macro-usage, modernize-macro-to-enum)
#define CM_TREE_LOG2_PAGE_SIZE 12 // NOLINT(cppcoreguidelines-macro-usage, modernize-macro-to-enum)
#define CM_TREE_LOG2_ROOT_SIZE 64 // NOLINT(cppcoreguidelines-macro-usage, modernize-macro-to-enum)
#define CM_FLASH_DRIVE_CONFIGS_MAX_SIZE 8 // NOLINT(cppcoreguidelines-macro-usage, modernize-macro-to-enum)
#define CM_VIRTIO_CONFIGS_MAX_SIZE 16 // NOLINT(cppcoreguidelines-macro-usage, modernize-macro-to-enum)
#define CM_VIRTIO_HOSTFWD_CONFIGS_MAX_SIZE 16 // NOLINT(cppcoreguidelines-macro-usage, modernize-macro-to-enum)

#include "machine-c-version.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
#define MACHINE_EMULATOR_SDK_MACHINE_C_VERSION_H
// NOLINTBEGIN

#define CM_MARCHID 15
#define CM_MARCHID 17

#define CM_VERSION_MAJOR 0
#define CM_VERSION_MINOR 15
#define CM_VERSION_PATCH 2
#define CM_VERSION_MINOR 17
#define CM_VERSION_PATCH 0
#define CM_VERSION_LABEL ""

#define _CM_STR_HELPER(x) #x
Expand Down
Loading

0 comments on commit d3059a0

Please sign in to comment.