aboutsummaryrefslogtreecommitdiff
path: root/config/core_vfiles.mk
blob: 8def572c4b5858f3f5288d7f53748faae5cd427a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# NOTE: This file is generated; do not edit by hand.

vfiles += \
	$(CORE_TREE)/hash/sha256/src/rtl/sha256.v \
	$(CORE_TREE)/hash/sha256/src/rtl/sha256_core.v \
	$(CORE_TREE)/hash/sha256/src/rtl/sha256_k_constants.v \
	$(CORE_TREE)/hash/sha256/src/rtl/sha256_w_mem.v \
	$(CORE_TREE)/cipher/aes/src/rtl/aes.v \
	$(CORE_TREE)/cipher/aes/src/rtl/aes_core.v \
	$(CORE_TREE)/cipher/aes/src/rtl/aes_decipher_block.v \
	$(CORE_TREE)/cipher/aes/src/rtl/aes_encipher_block.v \
	$(CORE_TREE)/cipher/aes/src/rtl/aes_inv_sbox.v \
	$(CORE_TREE)/cipher/aes/src/rtl/aes_key_mem.v \
	$(CORE_TREE)/cipher/aes/src/rtl/aes_sbox.v \
	$(CORE_TREE)/rng/avalanche_entropy/src/rtl/avalanche_entropy.v \
	$(CORE_TREE)/rng/avalanche_entropy/src/rtl/avalanche_entropy_core.v \
	$(CORE_TREE)/rng/rosc_entropy/src/rtl/rosc.v \
	$(CORE_TREE)/rng/rosc_entropy/src/rtl/rosc_entropy.v \
	$(CORE_TREE)/rng/rosc_entropy/src/rtl/rosc_entropy_core.v \
	$(CORE_TREE)/rng/trng/src/rtl/trng.v \
	$(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 \
	$(CORE_TREE)/math/modexp/src/rtl/blockmem2r1w.v \
	$(CORE_TREE)/math/modexp/src/rtl/blockmem2rptr1w.v \
	$(CORE_TREE)/math/modexp/src/rtl/modexp.v \
	$(CORE_TREE)/math/modexp/src/rtl/modexp_core.v \
	$(CORE_TREE)/math/modexp/src/rtl/montprod.v \
	$(CORE_TREE)/math/modexp/src/rtl/residue.v \
	$(CORE_TREE)/math/modexp/src/rtl/shl.v \
	$(CORE_TREE)/math/modexp/src/rtl/shr.v