aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/modexpa7_factor.v
diff options
context:
space:
mode:
authorPavel V. Shatov (Meister) <meisterpaul1@yandex.ru>2017-07-04 16:33:04 +0300
committerPavel V. Shatov (Meister) <meisterpaul1@yandex.ru>2017-07-04 16:33:04 +0300
commit0da71205b28d07cc832732b28e8893c46fbf6cad (patch)
tree3c579d8e21da677168d9b221ba7ce6bc9a605432 /src/rtl/modexpa7_factor.v
parentb3f9191bc6c42a8c3cef6b14a9db444af56df5e8 (diff)
Fixed generic/vendor low-level primitives switch.
Diffstat (limited to 'src/rtl/modexpa7_factor.v')
-rw-r--r--src/rtl/modexpa7_factor.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtl/modexpa7_factor.v b/src/rtl/modexpa7_factor.v
index b3ad130..3f90e5d 100644
--- a/src/rtl/modexpa7_factor.v
+++ b/src/rtl/modexpa7_factor.v
@@ -276,7 +276,7 @@ module modexpa7_factor #
/* mask borrow into the very first word */
sub_b_in_mask <= (fsm_next_state == FSM_STATE_CALC_3) ? 1'b1 : 1'b0;
- modexpa7_pe_sub sub_inst
+ modexpa7_subtractor32 sub_inst
(
.clk (clk),
.ce (1'b1),