|
This tutorial shows the use of the Xilinx ISE tools on three simple design examples: 1) an LED
decoder, 2) a counter which displays its current value on a seven-segment LED and
3) a reprogrammable combination lock. Along the way, you will see:
-
How to start an FPGA project;
-
How to target a design to a particular type of FPGA;
-
How to describe a logic circuit using VHDL, Coregen and/or schematics;
-
How to detect and fix VHDL syntactical errors;
-
How to synthesize a netlist from a circuit description;
-
How to fit the netlist into an FPGA;
-
How to check device utilization and timing for an FPGA;
-
How to generate a bitstream for an FPGA;
-
How to download a bitstream to program an FPGA;
-
How to test the programmed FPGA.
[PDF]
|