aboutsummaryrefslogtreecommitdiff
path: root/rtl/modexpng_general_worker.v
diff options
context:
space:
mode:
authorPavel V. Shatov (Meister) <meisterpaul1@yandex.ru>2020-02-03 22:42:41 +0300
committerPavel V. Shatov (Meister) <meisterpaul1@yandex.ru>2020-02-03 22:42:41 +0300
commit58ad4d95d6de1f62bb3664e3782d8f6ae9c691f0 (patch)
tree1637ec255c5b3bb93f4acbb4305bb9a167c24130 /rtl/modexpng_general_worker.v
parent2500312ba55ed31c1a4c49c5797d13220d2925cc (diff)
Adapted to the changes in the DSP slice wrappers.
Diffstat (limited to 'rtl/modexpng_general_worker.v')
-rw-r--r--rtl/modexpng_general_worker.v16
1 files changed, 4 insertions, 12 deletions
diff --git a/rtl/modexpng_general_worker.v b/rtl/modexpng_general_worker.v
index 9a8824c..13b7aac 100644
--- a/rtl/modexpng_general_worker.v
+++ b/rtl/modexpng_general_worker.v
@@ -1070,9 +1070,7 @@ module modexpng_general_worker
`MODEXPNG_DSP_SLICE_ADDSUB dsp_inst_x_x
(
.clk (clk),
- .ce_ab1 (1'b0),
- .ce_ab2 (dsp_ce_x),
- .ce_c (dsp_ce_x),
+ .ce_abc (dsp_ce_x),
.ce_p (dsp_ce_x_dly),
.ce_ctrl (dsp_ce_x),
.ab (dsp_x_x_x),
@@ -1089,9 +1087,7 @@ module modexpng_general_worker
`MODEXPNG_DSP_SLICE_ADDSUB dsp_inst_y_x
(
.clk (clk),
- .ce_ab1 (1'b0),
- .ce_ab2 (dsp_ce_x),
- .ce_c (dsp_ce_x),
+ .ce_abc (dsp_ce_x),
.ce_p (dsp_ce_x_dly),
.ce_ctrl (dsp_ce_x),
.ab (dsp_y_x_x),
@@ -1108,9 +1104,7 @@ module modexpng_general_worker
`MODEXPNG_DSP_SLICE_ADDSUB dsp_inst_x_y
(
.clk (clk),
- .ce_ab1 (1'b0),
- .ce_ab2 (dsp_ce_y),
- .ce_c (dsp_ce_y),
+ .ce_abc (dsp_ce_y),
.ce_p (dsp_ce_y_dly),
.ce_ctrl (dsp_ce_y),
.ab (dsp_x_y_x),
@@ -1127,9 +1121,7 @@ module modexpng_general_worker
`MODEXPNG_DSP_SLICE_ADDSUB dsp_inst_y_y
(
.clk (clk),
- .ce_ab1 (1'b0),
- .ce_ab2 (dsp_ce_y),
- .ce_c (dsp_ce_y),
+ .ce_abc (dsp_ce_y),
.ce_p (dsp_ce_y_dly),
.ce_ctrl (dsp_ce_y),
.ab (dsp_y_y_x),