From 9991ca083aef4b5940c9fe25806017f2b6fd4df2 Mon Sep 17 00:00:00 2001 From: "Pavel V. Shatov (Meister)" Date: Wed, 19 Dec 2018 15:31:50 +0300 Subject: Use primitives from core/lib --- src/rtl/pe/modexpa7_primitive_switch.v | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/rtl/pe/modexpa7_primitive_switch.v (limited to 'src/rtl/pe/modexpa7_primitive_switch.v') diff --git a/src/rtl/pe/modexpa7_primitive_switch.v b/src/rtl/pe/modexpa7_primitive_switch.v deleted file mode 100644 index fa958ec..0000000 --- a/src/rtl/pe/modexpa7_primitive_switch.v +++ /dev/null @@ -1,16 +0,0 @@ -`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 -- cgit v1.2.3