diff options
author | Paul Selkirk <paul@psgd.org> | 2015-05-05 16:07:28 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2015-05-05 16:07:28 -0400 |
commit | d5079344773216d7c7eed58a0f0445a12b068b5a (patch) | |
tree | 4f59552e773fe9dfbfb5ba9166a94c1db5aa7c54 /eim/build/Makefile | |
parent | 9e5270aa48b06490632546d0cb7f3a137d4e46a4 (diff) |
Add all cores to build files.
Diffstat (limited to 'eim/build/Makefile')
-rw-r--r-- | eim/build/Makefile | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/eim/build/Makefile b/eim/build/Makefile index 70f9f84..aab8470 100644 --- a/eim/build/Makefile +++ b/eim/build/Makefile @@ -16,6 +16,8 @@ vfiles = \ ../../../common/core_selector/src/rtl/global_selector.v \ ../../../common/core_selector/src/rtl/hash_selector.v \ ../../../common/core_selector/src/rtl/rng_selector.v \ + ../../../common/core_selector/src/rtl/cipher_selector.v \ + ../../../common/core_selector/src/rtl/math_selector.v \ ../../../../comm/eim/src/rtl/cdc_bus_pulse.v \ ../../../../comm/eim/src/rtl/eim_arbiter_cdc.v \ ../../../../comm/eim/src/rtl/eim_arbiter.v \ @@ -44,7 +46,23 @@ vfiles = \ ../../../../rng/trng/src/rtl/trng_csprng.v \ ../../../../rng/trng/src/rtl/trng_csprng_fifo.v \ ../../../../rng/trng/src/rtl/trng_mixer.v \ + ../../../../cipher/aes/src/rtl/aes.v \ + ../../../../cipher/aes/src/rtl/aes_core.v \ + ../../../../cipher/aes/src/rtl/aes_decipher_block.v \ + ../../../../cipher/aes/src/rtl/aes_encipher_block.v \ + ../../../../cipher/aes/src/rtl/aes_inv_sbox.v \ + ../../../../cipher/aes/src/rtl/aes_key_mem.v \ + ../../../../cipher/aes/src/rtl/aes_sbox.v \ + ../../../../cipher/chacha/src/rtl/chacha.v \ ../../../../cipher/chacha/src/rtl/chacha_core.v \ - ../../../../cipher/chacha/src/rtl/chacha_qr.v + ../../../../cipher/chacha/src/rtl/chacha_qr.v \ + ../../../../math/modexp/src/rtl/adder32.v \ + ../../../../math/modexp/src/rtl/blockmem1r1w.v \ + ../../../../math/modexp/src/rtl/blockmem2r1w.v \ + ../../../../math/modexp/src/rtl/modexp.v \ + ../../../../math/modexp/src/rtl/montprod.v \ + ../../../../math/modexp/src/rtl/residue.v \ + ../../../../math/modexp/src/rtl/shl32.v \ + ../../../../math/modexp/src/rtl/shr32.v include xilinx.mk |