[Cryptech-Commits] [core/platform/common] 01/01: Update modexpa7 path names for systolic branch.
git at cryptech.is
git at cryptech.is
Tue Aug 8 15:01:03 UTC 2017
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch systolic
in repository core/platform/common.
commit c67c61b12454d6cd484a67db01814f5707724cf4
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Tue Aug 8 10:59:38 2017 -0400
Update modexpa7 path names for systolic branch.
---
config/core.cfg | 28 +++++++++++++++++++---------
1 file changed, 19 insertions(+), 9 deletions(-)
diff --git a/config/core.cfg b/config/core.cfg
index 4993b93..58ce075 100644
--- a/config/core.cfg
+++ b/config/core.cfg
@@ -188,17 +188,27 @@ block memory = yes
error wire = no
module name = modexpa7_wrapper
vfiles =
- math/modexpa7/src/rtl/dsp_multiplier_a7.v
- math/modexpa7/src/rtl/dsp_subtractor_a7.v
- math/modexpa7/src/rtl/modexpa7_adder64_carry32.v
- math/modexpa7/src/rtl/modexpa7_buffer_core.v
- math/modexpa7/src/rtl/modexpa7_buffer_user.v
- math/modexpa7/src/rtl/modexpa7_modinv32.v
- math/modexpa7/src/rtl/modexpa7_montgomery_coeff.v
- math/modexpa7/src/rtl/modexpa7_montgomery_multiplier.v
+ math/modexpa7/src/rtl/modexpa7_exponentiator.v
+ math/modexpa7/src/rtl/modexpa7_factor.v
+ math/modexpa7/src/rtl/modexpa7_n_coeff.v
+ math/modexpa7/src/rtl/modexpa7_settings.v
+ math/modexpa7/src/rtl/modexpa7_simple_fifo.v
+ math/modexpa7/src/rtl/modexpa7_systolic_multiplier.v
+ math/modexpa7/src/rtl/modexpa7_systolic_multiplier_array.v
math/modexpa7/src/rtl/modexpa7_top.v
math/modexpa7/src/rtl/modexpa7_wrapper.v
- math/modexpa7/src/rtl/ram_1rw_1ro_readfirst.v
+ math/modexpa7/src/rtl/pe/artix7/adder32_artix7.v
+ math/modexpa7/src/rtl/pe/artix7/dsp48e1_wrapper.v
+ math/modexpa7/src/rtl/pe/artix7/dsp48e1_wrapper_ext.v
+ math/modexpa7/src/rtl/pe/artix7/multiplier32_artix7.v
+ math/modexpa7/src/rtl/pe/artix7/subtractor32_artix7.v
+ math/modexpa7/src/rtl/pe/artix7/systolic_pe_artix7.v
+ math/modexpa7/src/rtl/pe/modexpa7_adder32.v
+ math/modexpa7/src/rtl/pe/modexpa7_primitive_switch.v
+ math/modexpa7/src/rtl/pe/modexpa7_subtractor32.v
+ math/modexpa7/src/rtl/pe/modexpa7_systolic_pe.v
+ math/modexpa7/src/rtl/util/bram_1rw_1ro_readfirst.v
+ math/modexpa7/src/rtl/util/bram_1rw_readfirst.v
[core modexps6]
# ModExp for Xilinx Spartan-6
More information about the Commits
mailing list