-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding documentation for labs 1-3 and a ReadMe.md
- Loading branch information
John Ash
authored and
John Ash
committed
Mar 9, 2017
1 parent
a3d591f
commit 44620fc
Showing
9 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Information | ||
|
||
3/9/2017, microsemi training with Future Electronics in Minneapolis. | ||
|
||
This training requires a SmartFusion2 or IGLOO2 development board. | ||
|
||
# StartUp | ||
|
||
To begin you need to install the Libero SoC software. Follow the included documentation [here](Documentation/Setup Libro Software.pdf) | ||
|
||
#Lab 1 VHDL | ||
|
||
This was the first lab, which simply implements two blinking LED's. One at 1 second and the other at 2 seconds. By pressing the two switches on the board the LEDS will change according to the following information: | ||
|
||
* Press and hold SW1 --> led 1(green) blinks every 0.5sec | ||
* Press and hold SW2 --> led 2(red) blinks every 1sec | ||
* Press and hold SW1 and SW2 --> led 1(green) and led 2(red) turn off |