aboutsummaryrefslogtreecommitdiff
path: root/config/core_vfiles.mk
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-09-27 19:20:26 -0400
committerRob Austein <sra@hactrn.net>2015-09-27 19:20:26 -0400
commit54516bb49c631f447dbd443557fbde3285074c8a (patch)
tree4696642d14f05c67431f2ed4e289ecc2452754d6 /config/core_vfiles.mk
parent0ef997a7567156ed271f36b64e077bd75c9e1798 (diff)
Add "requires" option.
Diffstat (limited to 'config/core_vfiles.mk')
-rw-r--r--config/core_vfiles.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/core_vfiles.mk b/config/core_vfiles.mk
index bd1c6d4..8def572 100644
--- a/config/core_vfiles.mk
+++ b/config/core_vfiles.mk
@@ -21,6 +21,14 @@ vfiles += \
$(CORE_TREE)/rng/trng/src/rtl/trng_csprng.v \
$(CORE_TREE)/rng/trng/src/rtl/trng_csprng_fifo.v \
$(CORE_TREE)/rng/trng/src/rtl/trng_mixer.v \
+ $(CORE_TREE)/cipher/chacha/src/rtl/chacha.v \
+ $(CORE_TREE)/cipher/chacha/src/rtl/chacha_core.v \
+ $(CORE_TREE)/cipher/chacha/src/rtl/chacha_qr.v \
+ $(CORE_TREE)/hash/sha512/src/rtl/sha512.v \
+ $(CORE_TREE)/hash/sha512/src/rtl/sha512_core.v \
+ $(CORE_TREE)/hash/sha512/src/rtl/sha512_h_constants.v \
+ $(CORE_TREE)/hash/sha512/src/rtl/sha512_k_constants.v \
+ $(CORE_TREE)/hash/sha512/src/rtl/sha512_w_mem.v \
$(CORE_TREE)/math/modexp/src/rtl/adder.v \
$(CORE_TREE)/math/modexp/src/rtl/blockmem1r1w.v \
$(CORE_TREE)/math/modexp/src/rtl/blockmem2r1wptr.v \