aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/pe/modexpa7_primitive_switch.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtl/pe/modexpa7_primitive_switch.v')
-rw-r--r--src/rtl/pe/modexpa7_primitive_switch.v12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/rtl/pe/modexpa7_primitive_switch.v b/src/rtl/pe/modexpa7_primitive_switch.v
index 3551d7a..fa958ec 100644
--- a/src/rtl/pe/modexpa7_primitive_switch.v
+++ b/src/rtl/pe/modexpa7_primitive_switch.v
@@ -2,15 +2,15 @@
`ifdef USE_VENDOR_PRIMITIVES
-`define ADDER32_PRIMITIVE adder32_artix7
-`define SUBTRACTOR32_PRIMITIVE subtractor32_artix7
-`define SYSTOLIC_PE_PRIMITIVE systolic_pe_artix7
+`define ADDER32_PRIMITIVE modexpa7_adder32_artix7
+`define SUBTRACTOR32_PRIMITIVE modexpa7_subtractor32_artix7
+`define SYSTOLIC_PE_PRIMITIVE modexpa7_systolic_pe_artix7
`else
-`define ADDER32_PRIMITIVE adder32_generic
-`define SUBTRACTOR32_PRIMITIVE subtractor32_generic
-`define SYSTOLIC_PE_PRIMITIVE systolic_pe_generic
+`define ADDER32_PRIMITIVE modexpa7_adder32_generic
+`define SUBTRACTOR32_PRIMITIVE modexpa7_subtractor32_generic
+`define SYSTOLIC_PE_PRIMITIVE modexpa7_systolic_pe_generic
`endif