aboutsummaryrefslogtreecommitdiff
path: root/build/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'build/Makefile')
-rw-r--r--build/Makefile20
1 files changed, 14 insertions, 6 deletions
diff --git a/build/Makefile b/build/Makefile
index 4188adb..b12183f 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -6,12 +6,20 @@ top_module = novena_fpga
isedir = /opt/Xilinx/14.3/ISE_DS
xil_env = . $(isedir)/settings64.sh
-vfiles = ../src/rtl/novena_fpga.v ../src/rtl/coretest_hashes.v ../src/rtl/i2c_core.v \
- ../src/rtl/sha1.v ../src/rtl/sha256.v ../src/rtl/sha512.v \
- ../../sha1/src/rtl/sha1_core.v ../../sha1/src/rtl/sha1_w_mem.v \
- ../../sha256/src/rtl/sha256_core.v ../../sha256/src/rtl/sha256_k_constants.v \
+vfiles = ../src/rtl/novena_fpga.v \
+ ../src/rtl/coretest_hashes.v \
+ ../src/rtl/sha1.v \
+ ../src/rtl/sha256.v \
+ ../src/rtl/sha512.v \
+ ../../i2c/src/rtl/i2c_core.v \
+ ../../sha1/src/rtl/sha1_core.v \
+ ../../sha1/src/rtl/sha1_w_mem.v \
+ ../../sha256/src/rtl/sha256_core.v \
+ ../../sha256/src/rtl/sha256_k_constants.v \
../../sha256/src/rtl/sha256_w_mem.v \
- ../../sha512/src/rtl/sha512_core.v ../../sha512/src/rtl/sha512_h_constants.v \
- ../../sha512/src/rtl/sha512_k_constants.v ../../sha512/src/rtl/sha512_w_mem.v
+ ../../sha512/src/rtl/sha512_core.v \
+ ../../sha512/src/rtl/sha512_h_constants.v \
+ ../../sha512/src/rtl/sha512_k_constants.v \
+ ../../sha512/src/rtl/sha512_w_mem.v
include xilinx.mk