From 04df3d3ba534b7e0787f5ac32a9184ee8e1cdcd8 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Sun, 15 Nov 2015 20:31:20 -0500 Subject: fix top_module name for fmc build --- fmc/build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fmc') 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 -- cgit v1.2.3