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

`ifdef USE_VENDOR_PRIMITIVES

`define ADDER32_PRIMITIVE			modexpa7_adder32_artix7
`define SUBTRACTOR32_PRIMITIVE	modexpa7_subtractor32_artix7
`define SYSTOLIC_PE_PRIMITIVE	modexpa7_systolic_pe_artix7

`else

`define ADDER32_PRIMITIVE			modexpa7_adder32_generic
`define SUBTRACTOR32_PRIMITIVE	modexpa7_subtractor32_generic
`define SYSTOLIC_PE_PRIMITIVE	modexpa7_systolic_pe_generic


`endif