[Cryptech-Commits] [user/shatov/modexpng] 05/21: * DSP slices now have two use modes: MULT and ADD/SUB * cosmetic rename of Verilog include file

git at cryptech.is git at cryptech.is
Mon Jan 20 21:18:06 UTC 2020


This is an automated email from the git hooks/post-receive script.

meisterpaul1 at yandex.ru pushed a commit to branch master
in repository user/shatov/modexpng.

commit b985d4516f1e739be0ea0dabb66da0bbeb5c8f86
Author: Pavel V. Shatov (Meister) <meisterpaul1 at yandex.ru>
AuthorDate: Mon Jan 20 23:44:15 2020 +0300

     * DSP slices now have two use modes: MULT and ADD/SUB
     * cosmetic rename of Verilog include file
---
 ...xpng_dsp_slice_primitive.vh => modexpng_dsp_slice_primitives.vh} | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/rtl/modexpng_dsp_slice_primitive.vh b/rtl/modexpng_dsp_slice_primitives.vh
similarity index 85%
rename from rtl/modexpng_dsp_slice_primitive.vh
rename to rtl/modexpng_dsp_slice_primitives.vh
index 20a0b8f..be20e9e 100644
--- a/rtl/modexpng_dsp_slice_primitive.vh
+++ b/rtl/modexpng_dsp_slice_primitives.vh
@@ -32,10 +32,12 @@
 
 `ifndef MODEXPNG_ENABLE_DEBUG
 
-`define MODEXPNG_DSP_SLICE     modexpng_dsp_slice_wrapper_xilinx
+`define MODEXPNG_DSP_SLICE_MULT     modexpng_dsp_slice_mult_wrapper_xilinx
+`define MODEXPNG_DSP_SLICE_ADDSUB   modexpng_dsp_slice_addsub_wrapper_xilinx
 
 `else
 
-`define MODEXPNG_DSP_SLICE     modexpng_dsp_slice_wrapper_generic
+`define MODEXPNG_DSP_SLICE_MULT     modexpng_dsp_slice_mult_wrapper_generic
+`define MODEXPNG_DSP_SLICE_ADDSUB   modexpng_dsp_slice_addsub_wrapper_generic
 
 `endif



More information about the Commits mailing list