aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/modexpa7_settings.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtl/modexpa7_settings.v')
-rw-r--r--src/rtl/modexpa7_settings.v6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rtl/modexpa7_settings.v b/src/rtl/modexpa7_settings.v
new file mode 100644
index 0000000..0ec6978
--- /dev/null
+++ b/src/rtl/modexpa7_settings.v
@@ -0,0 +1,6 @@
+localparam SYSTOLIC_PE_LATENCY = 4;
+
+localparam SYSTOLIC_CNTR_WIDTH = OPERAND_ADDR_WIDTH - SYSTOLIC_ARRAY_POWER;
+localparam SYSTOLIC_ARRAY_LENGTH = 2 ** SYSTOLIC_ARRAY_POWER;
+localparam SYSTOLIC_NUM_CYCLES = 2 ** SYSTOLIC_CNTR_WIDTH;
+