aboutsummaryrefslogtreecommitdiff
path: root/eim/build/Makefile
blob: c89d4ec9c15cd6f1b4f330da3e0ce46db5ce2fb2 (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
project = novena_eim
vendor = xilinx
family = spartan6
part = xc6slx45csg324-3
top_module = novena_top
isedir = /opt/Xilinx/14.7/ISE_DS
xil_env = . $(isedir)/settings64.sh
ucf = ../ucf/novena_eim.ucf

vfiles = \
	../rtl/novena_eim.v \
	../rtl/novena_regs.v \
	../../common/rtl/novena_clkmgr.v \
	../../common/rtl/ipcore/clkmgr_dcm.v \
	../../../common/core_selector/src/rtl/core_selector.v \
	../../../common/core_selector/src/rtl/global_selector.v \
	../../../common/core_selector/src/rtl/cipher_selector.v \
	../../../common/core_selector/src/rtl/hash_selector.v \
	../../../common/core_selector/src/rtl/rng_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 \
	../../../../comm/eim/src/rtl/eim_da_phy.v \
	../../../../comm/eim/src/rtl/eim_indicator.v \
	../../../../comm/eim/src/rtl/eim_regs.v \
	../../../../comm/eim/src/rtl/eim.v \
	../../../../hash/sha1/src/rtl/sha1.v \
	../../../../hash/sha1/src/rtl/sha1_core.v \
	../../../../hash/sha1/src/rtl/sha1_w_mem.v \
	../../../../hash/sha256/src/rtl/sha256.v \
	../../../../hash/sha256/src/rtl/sha256_core.v \
	../../../../hash/sha256/src/rtl/sha256_k_constants.v \
	../../../../hash/sha256/src/rtl/sha256_w_mem.v \
	../../../../hash/sha512/src/rtl/sha512.v \
	../../../../hash/sha512/src/rtl/sha512_core.v \
	../../../../hash/sha512/src/rtl/sha512_h_constants.v \
	../../../../hash/sha512/src/rtl/sha512_k_constants.v \
	../../../../hash/sha512/src/rtl/sha512_w_mem.v

include xilinx.mk