aboutsummaryrefslogtreecommitdiffstats
path: root/project.ucf
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2013-03-13 15:48:03 -0400
committerbryan newbold <bnewbold@leaflabs.com>2013-03-13 15:48:03 -0400
commit29be352330757421c52695f88ba8d3ebfafc4725 (patch)
treef9abf1bca7d82e26f2005b7f970493cc7f948bcf /project.ucf
parent039cc87ffdd5889083e2c834b07fe367554fc8eb (diff)
downloadbasic-hdl-template-29be352330757421c52695f88ba8d3ebfafc4725.tar.gz
basic-hdl-template-29be352330757421c52695f88ba8d3ebfafc4725.zip
basic synthesis version of makefile
Diffstat (limited to 'project.ucf')
-rwxr-xr-xproject.ucf21
1 files changed, 21 insertions, 0 deletions
diff --git a/project.ucf b/project.ucf
new file mode 100755
index 0000000..322c05a
--- /dev/null
+++ b/project.ucf
@@ -0,0 +1,21 @@
+NET "PUSH_BUTTON_RESET_RAW" LOC = F3;
+
+#100MHz clock
+NET "SYSTEMCLOCK" LOC = K21;
+
+NET "Switch_input_0" LOC = C18;
+NET "Switch_input_1" LOC = Y6;
+NET "Switch_input_2" LOC = W6;
+NET "Switch_input_3" LOC = E4;
+
+NET "LED_output_1" LOC = D17;
+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;
+