From 4817dd0cffa365bd58fc45e51f89157c36e0691f Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Thu, 25 Sep 2014 22:09:34 -0400 Subject: Initial commit --- build/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 build/Makefile (limited to 'build/Makefile') diff --git a/build/Makefile b/build/Makefile new file mode 100644 index 0000000..4188adb --- /dev/null +++ b/build/Makefile @@ -0,0 +1,17 @@ +project = coretest-novena-simple +vendor = xilinx +family = spartan6 +part = xc6slx45csg324-3 +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 \ + ../../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 + +include xilinx.mk -- cgit v1.2.3