[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.0-2572-g13992aa
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2011-10-26 08:58:59
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 13992aa35bdcf98a3d198e0d7815b72bdffa83ca (commit)
via 739497ddaa3aa6c7e19005af2dfc1eb73004c8db (commit)
from 290c1abefdef352e249c7ab1e8c0b549dca276cd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 13992aa35bdcf98a3d198e0d7815b72bdffa83ca
Merge: 739497d 290c1ab
Author: Fabien Marteau <fab...@ar...>
Date: Wed Oct 26 10:58:09 2011 +0200
Merge branch 'master' of ssh://armadeus.git.sourceforge.net/gitroot/armadeus/armadeus
commit 739497ddaa3aa6c7e19005af2dfc1eb73004c8db
Author: Fabien Marteau <fab...@ar...>
Date: Wed Oct 26 10:57:04 2011 +0200
[firmware] adding blinking led constraints file and bistream for apf51
-----------------------------------------------------------------------
Summary of changes:
.../blinking_led/bin/blinking_led_apf51_lx9.bin} | Bin 340604 -> 340604 bytes
firmware/leds/blinking_led/src/led_blink_51.ucf | 7 +++++++
2 files changed, 7 insertions(+), 0 deletions(-)
copy firmware/{wishbone_example/wishbone_example51/binaries/top_wishbone_example51_lx9.bin => leds/blinking_led/bin/blinking_led_apf51_lx9.bin} (92%)
create mode 100644 firmware/leds/blinking_led/src/led_blink_51.ucf
diff --git a/firmware/wishbone_example/wishbone_example51/binaries/top_wishbone_example51_lx9.bin b/firmware/leds/blinking_led/bin/blinking_led_apf51_lx9.bin
similarity index 92%
copy from firmware/wishbone_example/wishbone_example51/binaries/top_wishbone_example51_lx9.bin
copy to firmware/leds/blinking_led/bin/blinking_led_apf51_lx9.bin
index 96c84f8..4669a7a 100644
Binary files a/firmware/wishbone_example/wishbone_example51/binaries/top_wishbone_example51_lx9.bin and b/firmware/leds/blinking_led/bin/blinking_led_apf51_lx9.bin differ
diff --git a/firmware/leds/blinking_led/src/led_blink_51.ucf b/firmware/leds/blinking_led/src/led_blink_51.ucf
new file mode 100644
index 0000000..d0bb583
--- /dev/null
+++ b/firmware/leds/blinking_led/src/led_blink_51.ucf
@@ -0,0 +1,7 @@
+# Clock at 96MHz
+NET "Clk" LOC = "N8"; # EIM_BCLK
+NET "Clk" TNM_NET = "Clk";
+TIMESPEC "TS_Clk" = PERIOD "Clk" 10 ns HIGH 50 %;
+# LED
+NET "led_cathode" LOC = "G15"| IOSTANDARD = LVCMOS33 ; #IO_L41N_GCLK8_M1CASN_1
+NET "led_anode" LOC = "G14"| IOSTANDARD = LVCMOS33 ; #IO_L41P_GCLK9_IRDY_M1RASN_1
hooks/post-receive
--
armadeus
|