Difference between revisions of "FPGA and led"

From ArmadeusWiki
Jump to: navigation, search
 
Line 1: Line 1:
 
  
 
This project is intented for people who are new to VHDL.
 
This project is intented for people who are new to VHDL.
  
In this project we connect a switch and a led to the FPGA and use some VHDL code to toggle the led state each time the switch is pressed.
+
we will connect a switch and a led to the FPGA and use some VHDL code to toggle the led state each time the switch is pressed.
 +
 
 +
[[Some usefull informations:]]
  
Some usefull informations:
 
  
 +
The main FPGA page http://www.armadeus.com/wiki/index.php?title=FPGA of the armadeus wiki.
  
== http://www.armadeus.com/wiki/index.php?title=FPGA
+
This document http://www.cs.uml.edu/~fredm/courses/91.548-spr06/files/qst.pdf gives a lot of usefull informations on how to use ISE Webpack.
==
+
  
This document ==
+
[[Schematic]]
http://www.cs.uml.edu/~fredm/courses/91.548-spr06/files/qst.pdf == gives many informations on how to use ISE Webpack.
+

Revision as of 17:16, 14 April 2007

This project is intented for people who are new to VHDL.

we will connect a switch and a led to the FPGA and use some VHDL code to toggle the led state each time the switch is pressed.

Some usefull informations:


The main FPGA page http://www.armadeus.com/wiki/index.php?title=FPGA of the armadeus wiki.

This document http://www.cs.uml.edu/~fredm/courses/91.548-spr06/files/qst.pdf gives a lot of usefull informations on how to use ISE Webpack.

Schematic