Difference between revisions of "FPGA and led"
From ArmadeusWiki
| 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. | ||
| − | + | 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]] | |
| − | + | ||
Revision as of 16: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.
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.