summaryrefslogtreecommitdiffstats
path: root/libs/NVRam/nvm.c
diff options
context:
space:
mode:
Diffstat (limited to 'libs/NVRam/nvm.c')
-rw-r--r--libs/NVRam/nvm.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/NVRam/nvm.c b/libs/NVRam/nvm.c
index 6322f10..af34a6f 100644
--- a/libs/NVRam/nvm.c
+++ b/libs/NVRam/nvm.c
@@ -53,9 +53,16 @@
#define PAGE_SIZE ATMEL_AT45DB0X1B_PAGE_SIZE
#define NEEDS_ERASE ATMEL_AT45DB0X1B_ERASE
+#ifdef CXX_SIMULATOR
#define REQ ReqSet2
#define CLR ReqClr2
#define WON ArbWon2
+#else /* Firmware */
+#define REQ ReqSet0
+#define CLR ReqClr0
+#define WON ArbWon0
+#endif
+
/**
* @fn uint32_t NVRam_translate(uint32_t address)
OpenPOWER on IntegriCloud