[Cryptech-Commits] [core/platform/novena] 06/07: fix top_module name for fmc build

git at cryptech.is git at cryptech.is
Mon Nov 16 21:41:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

paul at psgd.org pushed a commit to branch master
in repository core/platform/novena.

commit 04df3d3ba534b7e0787f5ac32a9184ee8e1cdcd8
Author: Paul Selkirk <paul at psgd.org>
Date:   Sun Nov 15 20:31:20 2015 -0500

    fix top_module name for fmc build
---
 fmc/build/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fmc/build/Makefile b/fmc/build/Makefile
index 81a43d0..1b81656 100644
--- a/fmc/build/Makefile
+++ b/fmc/build/Makefile
@@ -13,7 +13,7 @@ project		= novena_fmc
 vendor		= xilinx
 family		= spartan6
 part		= xc6slx45csg324-3
-top_module	= novena_top
+top_module	= novena_fmc_top
 isedir		= /opt/Xilinx/14.7/ISE_DS
 xil_env		= . $(isedir)/settings$(WORD_SIZE).sh
 ucf		= ../ucf/$(project).ucf



More information about the Commits mailing list