aboutsummaryrefslogtreecommitdiff
path: root/modexp_fpga_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'modexp_fpga_model.h')
-rw-r--r--modexp_fpga_model.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/modexp_fpga_model.h b/modexp_fpga_model.h
index 2a91d32..567b625 100644
--- a/modexp_fpga_model.h
+++ b/modexp_fpga_model.h
@@ -58,6 +58,12 @@ typedef uint64_t _WIDE_WORD; // only used internally to mimic DSP slice operati
//----------------------------------------------------------------
+// Power Consumption Masking Constant
+//----------------------------------------------------------------
+#define POWER_MASK 0x5A5A5A5A
+
+
+//----------------------------------------------------------------
// Handy values
//----------------------------------------------------------------