aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eim/build/Makefile22
1 files 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