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, 0 insertions, 6 deletions
diff --git a/src/rtl/modexpa7_settings.v b/src/rtl/modexpa7_settings.v
deleted file mode 100644
index 0ec6978..0000000
--- a/src/rtl/modexpa7_settings.v
+++ /dev/null
@@ -1,6 +0,0 @@
-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;
-