[Cryptech-Commits] [user/js/test/novena_eim_base] 01/02: Updated constraints to fix warnings. All clocks defined.

git at cryptech.is git at cryptech.is
Thu Jan 22 20:10:06 UTC 2015


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

joachim at secworks.se pushed a commit to branch master
in repository user/js/test/novena_eim_base.

commit 5909948ea1a33e2ea0989a207300441548a6ab7f
Author: Joachim Strömbergson <joachim at secworks.se>
Date:   Thu Jan 22 21:09:30 2015 +0100

    Updated constraints to fix warnings. All clocks defined.
---
 src/constraints/novena_fpga.ucf | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/constraints/novena_fpga.ucf b/src/constraints/novena_fpga.ucf
index 4255abd..f3c3bc7 100755
--- a/src/constraints/novena_fpga.ucf
+++ b/src/constraints/novena_fpga.ucf
@@ -68,19 +68,19 @@ CONFIG MCB_PERFORMANCE  = EXTENDED;
 ## Clock defines and constraints.
 ############################################################################
 NET "clk50" TNM_NET = "clk50_tnm";
-TIMESPEC TS_clk = PERIOD "clk50_tnm" 50 MHz;
+TIMESPEC TS_clk50 = PERIOD "clk50_tnm" 50 MHz;
 
 NET "clk25" TNM_NET = "clk25_tnm";
-TIMESPEC TS_clk = PERIOD "clk25_tnm" 25 MHz;
+TIMESPEC TS_clk25 = PERIOD "clk25_tnm" 25 MHz;
 
 NET "clk3_2" TNM_NET = "clk3_2_tnm";
-TIMESPEC TS_clk = PERIOD "clk3_2_tnm" 3.2 MHz;
+TIMESPEC TS_clk3_2 = PERIOD "clk3_2_tnm" 3.2 MHz;
 
-# NET "bclk133" TNM_NET = "bclk133_tnm";
-# TIMESPEC TS_bclk133 = PERIOD "bclk133_tnm" 133 MHz;
+NET "eim_bclk133" TNM_NET = "bclk133_tnm";
+TIMESPEC TS_bclk133 = PERIOD "bclk133_tnm" 133 MHz;
 
-# NET "bclk66" TNM_NET = "bclk66_tnm";
-# TIMESPEC TS_bclk66 = PERIOD "bclk66_tnm" 66 MHz;
+NET "eim_bclk66" TNM_NET = "bclk66_tnm";
+TIMESPEC TS_bclk66 = PERIOD "bclk66_tnm" 66 MHz;
 
 
 ############################################################################



More information about the Commits mailing list