From: Xavier L. <Sup...@us...> - 2010-01-19 20:24:11
|
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 "krobot-resources". The branch, master has been updated via 53d3fd5f24468a828638064afc10bcbc691c4959 (commit) from 86ffd07f121410283a1413532a0660ba535e0cd3 (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 53d3fd5f24468a828638064afc10bcbc691c4959 Author: Xavier Lagorce <Xav...@cr...> Date: Tue Jan 19 19:32:58 2010 +0100 Comments in .ucf files are '#' and not '--'... ----------------------------------------------------------------------- Changes: diff --git a/fpga/examples/example_driver_7segs.ucf b/fpga/examples/example_driver_7segs.ucf index b125f1a..36def0f 100644 --- a/fpga/examples/example_driver_7segs.ucf +++ b/fpga/examples/example_driver_7segs.ucf @@ -1,10 +1,10 @@ --- UCF file for the Nexys 2 board --- This file is associated to the example_driver_7segs.vhd design +# UCF file for the Nexys 2 board +# This file is associated to the example_driver_7segs.vhd design --- Clock input +# Clock input NET "clk" LOC = "B8"; --- LEDs +# LEDs NET "Led<0>" LOC = "J14"; NET "Led<1>" LOC = "J15"; NET "Led<2>" LOC = "K15"; @@ -14,7 +14,7 @@ NET "Led<5>" LOC = "P16"; NET "Led<6>" LOC = "E4"; NET "Led<7>" LOC = "P4"; --- 7 segments display +# 7 segments display NET "a" LOC = "L18"; NET "b" LOC = "F18"; NET "c" LOC = "D17"; @@ -29,7 +29,7 @@ NET "an1" LOC = "H17"; NET "an2" LOC = "C18"; NET "an3" LOC = "F15"; --- Switches +# Switches NET "sw<0>" LOC = "G18"; NET "sw<1>" LOC = "H18"; NET "sw<2>" LOC = "K18"; @@ -39,7 +39,7 @@ NET "sw<5>" LOC = "L13"; NET "sw<6>" LOC = "N17"; NET "sw<7>" LOC = "R17"; --- Buttons +# Buttons NET "btn<0>" LOC = "B18"; NET "btn<1>" LOC = "D18"; NET "btn<2>" LOC = "E18"; hooks/post-receive -- krobot-resources |