diff options
Diffstat (limited to 'fmc/build')
-rw-r--r-- | fmc/build/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |