summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorSiddarth-Suresh <65844402+Siddarth-Suresh@users.noreply.github.com>2025-03-11 15:24:57 -0400
committerSiddarth-Suresh <65844402+Siddarth-Suresh@users.noreply.github.com>2025-03-11 15:24:57 -0400
commit21187ae663a8450553881851e8450315c8d9ca1c (patch)
tree2a1a7b5b7847d979052ea4aae2f04d7915332c79 /inc
parentb87fa0973b7a3ec08b08e86a2505e68879455b0e (diff)
Tests for write line in Dram, memory address wrapping implementation and tests
Diffstat (limited to 'inc')
-rw-r--r--inc/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/utils.h b/inc/utils.h
index 71e515b..aa8831b 100644
--- a/inc/utils.h
+++ b/inc/utils.h
@@ -20,4 +20,6 @@ void get_bit_fields(int address, int *tag, int *index, int *offset);
*/
const std::string string_format(const char *const zcFormat, ...);
+int wrap_address(int address);
+
#endif /* UTILS_H_INCLUDED */