diff options
author | Paul Selkirk <paul@psgd.org> | 2015-07-17 12:04:46 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2015-07-17 12:04:46 -0400 |
commit | 769f9691eb54453c2eee00c958ba53a5c2885c71 (patch) | |
tree | e3b4669b401de9796809033b77ec744f43098d07 /eim/build/Makefile | |
parent | c44c8a77b56778c951fb09f94a577057573dbfa7 (diff) |
move new modexps6 core from test to core
Diffstat (limited to 'eim/build/Makefile')
-rw-r--r-- | eim/build/Makefile | 22 |
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 |