From 7935ed6b728c16825006a175d5438a74393d81c4 Mon Sep 17 00:00:00 2001 From: jesstherobot Date: Wed, 20 Mar 2013 11:38:34 -0400 Subject: Corrects comments (clock is 200MHz, not 100MHz) and removed incorrect clock timing constraints. --- project.ucf | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/project.ucf b/project.ucf index 322c05a..1581eb6 100755 --- a/project.ucf +++ b/project.ucf @@ -1,6 +1,6 @@ NET "PUSH_BUTTON_RESET_RAW" LOC = F3; -#100MHz clock +#200MHz clock NET "SYSTEMCLOCK" LOC = K21; NET "Switch_input_0" LOC = C18; @@ -13,9 +13,3 @@ NET "LED_output_2" LOC = AB4; NET "LED_output_4" LOC = D21; NET "LED_output_5" LOC = W15; -# Defines the external differential clock to be 150 MHz with 50% duty -# cycle. - -NET "SYSTEMCLOCK" TNM_NET = "SYSTEMCLOCK"; -TIMESPEC TS__SYSTEMCLOCK = PERIOD "SYSTEMCLOCK" 5 ns HIGH 50 % PRIORITY 2; - -- cgit v1.2.3