diff options
author | Paul Selkirk <paul@psgd.org> | 2015-02-12 19:27:58 -0500 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2015-02-12 19:27:58 -0500 |
commit | 85147347673fc40d321457b34d8065e5be3b4e7b (patch) | |
tree | e2805977a164439bea92312c1b39adce6efd4b7d /rtl/build/Makefile | |
parent | 8f0faf9fa1ece195eaf102191c571a32d7c1a232 (diff) |
Diffstat (limited to 'rtl/build/Makefile')
-rw-r--r-- | rtl/build/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rtl/build/Makefile b/rtl/build/Makefile index cfac6ae..c51e783 100644 --- a/rtl/build/Makefile +++ b/rtl/build/Makefile @@ -5,6 +5,7 @@ part = xc6slx45csg324-3 top_module = novena_baseline_top isedir = /opt/Xilinx/14.7/ISE_DS xil_env = . $(isedir)/settings64.sh +ucf = ../src/ucf/novena_baseline.ucf vfiles = \ ../src/verilog/cdc_bus_pulse.v \ |