[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-3-g9161f1ad0
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2018-08-23 08:56:57
|
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 9161f1ad075a0f20c4860d803c950715acaac555 (commit)
from 56934e8e1a1704fe9084b4e36e0d354e9f865e51 (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 9161f1ad075a0f20c4860d803c950715acaac555
Author: Fabien Marteau <fab...@ar...>
Date: Thu Aug 23 10:56:28 2018 +0200
[firmware] blinking led example for opos6ul_sp, binary and ucf
-----------------------------------------------------------------------
Summary of changes:
...d_apf51_lx9.bin => blinking_led_opos6ul_sp.bit} | Bin 340604 -> 340700 bytes
.../src/spartan/led_blink_oposulsp.ucf | 7 +++++++
2 files changed, 7 insertions(+)
copy firmware/leds/blinking_led/bin/{blinking_led_apf51_lx9.bin => blinking_led_opos6ul_sp.bit} (97%)
create mode 100644 firmware/leds/blinking_led/src/spartan/led_blink_oposulsp.ucf
diff --git a/firmware/leds/blinking_led/bin/blinking_led_apf51_lx9.bin b/firmware/leds/blinking_led/bin/blinking_led_opos6ul_sp.bit
similarity index 97%
copy from firmware/leds/blinking_led/bin/blinking_led_apf51_lx9.bin
copy to firmware/leds/blinking_led/bin/blinking_led_opos6ul_sp.bit
index 4669a7a84..c2d0cd664 100644
Binary files a/firmware/leds/blinking_led/bin/blinking_led_apf51_lx9.bin and b/firmware/leds/blinking_led/bin/blinking_led_opos6ul_sp.bit differ
diff --git a/firmware/leds/blinking_led/src/spartan/led_blink_oposulsp.ucf b/firmware/leds/blinking_led/src/spartan/led_blink_oposulsp.ucf
new file mode 100644
index 000000000..8421b87da
--- /dev/null
+++ b/firmware/leds/blinking_led/src/spartan/led_blink_oposulsp.ucf
@@ -0,0 +1,7 @@
+# Clock at 100MHz
+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 = "N1"| IOSTANDARD = LVCMOS33 ; # HIROSE PIN 23: IO_L37N_M3DQ1_3
+NET "led_anode" LOC = "N2"| IOSTANDARD = LVCMOS33 ; # HIROSE PIN 22: IO_L37P_M3DQ0_3
hooks/post-receive
--
armadeus
|