[Cryptech-Commits] [core/platform/novena] 01/01: move new modexps6 core from test to core
git at cryptech.is
git at cryptech.is
Fri Jul 17 16:05:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch modexps6
in repository core/platform/novena.
commit 769f9691eb54453c2eee00c958ba53a5c2885c71
Author: Paul Selkirk <paul at psgd.org>
Date: Fri Jul 17 12:04:46 2015 -0400
move new modexps6 core from test to core
---
eim/build/Makefile | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/eim/build/Makefile b/eim/build/Makefile
index a173950..1541f45 100644
--- a/eim/build/Makefile
+++ b/eim/build/Makefile
@@ -56,19 +56,19 @@ vfiles = \
../../../../cipher/chacha/src/rtl/chacha.v \
../../../../cipher/chacha/src/rtl/chacha_core.v \
../../../../cipher/chacha/src/rtl/chacha_qr.v \
- ../../../../../test/modexps6/src/rtl/modexps6_adder64_carry32.v \
- ../../../../../test/modexps6/src/rtl/modexps6_buffer_core.v \
- ../../../../../test/modexps6/src/rtl/modexps6_buffer_user.v \
- ../../../../../test/modexps6/src/rtl/modexps6_modinv32.v \
- ../../../../../test/modexps6/src/rtl/modexps6_montgomery_coeff.v \
- ../../../../../test/modexps6/src/rtl/modexps6_montgomery_multiplier.v \
- ../../../../../test/modexps6/src/rtl/modexps6_top.v \
- ../../../../../test/modexps6/src/rtl/modexps6_wrapper.v \
- ../../../../../test/modexps6/src/rtl/ram_1rw_1ro_readfirst.v
+ ../../../../math/modexps6/src/rtl/modexps6_adder64_carry32.v \
+ ../../../../math/modexps6/src/rtl/modexps6_buffer_core.v \
+ ../../../../math/modexps6/src/rtl/modexps6_buffer_user.v \
+ ../../../../math/modexps6/src/rtl/modexps6_modinv32.v \
+ ../../../../math/modexps6/src/rtl/modexps6_montgomery_coeff.v \
+ ../../../../math/modexps6/src/rtl/modexps6_montgomery_multiplier.v \
+ ../../../../math/modexps6/src/rtl/modexps6_top.v \
+ ../../../../math/modexps6/src/rtl/modexps6_wrapper.v \
+ ../../../../math/modexps6/src/rtl/ram_1rw_1ro_readfirst.v
xilinx_cores = \
- ../../../../../test/modexps6/src/rtl/ipcore/multiplier_s6.xco \
- ../../../../../test/modexps6/src/rtl/ipcore/subtractor_s6.xco
+ ../../../../math/modexps6/src/rtl/ipcore/multiplier_s6.xco \
+ ../../../../math/modexps6/src/rtl/ipcore/subtractor_s6.xco
include xilinx.mk
More information about the Commits
mailing list