aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/pe/modexpa7_pe_settings.v
blob: 9c16d73d129c1dc0910ce386cb3953f60167acd7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//`define USE_VENDOR_PRIMITIVES

`ifdef USE_VENDOR_PRIMITIVES

`define ADDER32_PRIMITIVE			adder32_artix7
`define SUBTRACTOR32_PRIMITIVE	subtractor32_artix7
`define MULTIPLIER32_PRIMITIVE	multiplier32_artix7

`else

`define ADDER32_PRIMITIVE			adder32_generic
`define SUBTRACTOR32_PRIMITIVE	subtractor32_generic
`define MULTIPLIER32_PRIMITIVE	multiplier32_generic

`endif