Difference between revisions of "Using FPGA"
From ArmadeusWiki
(→Xilinx documentation links) |
|||
Line 13: | Line 13: | ||
=== Design Tools=== | === Design Tools=== | ||
Description of tools used to simulate, to synthesize and to download/configure FGPA. | Description of tools used to simulate, to synthesize and to download/configure FGPA. | ||
− | + | ||
* [[ISE WebPack installation on Linux| ISE WebPack (Xilinx's free devt tool) installation]] | * [[ISE WebPack installation on Linux| ISE WebPack (Xilinx's free devt tool) installation]] | ||
* [[How_to_make_a_VHDL_design_in_Ubuntu/Debian| How to setup the FPGA toolchain in Ubuntu/Debian]] | * [[How_to_make_a_VHDL_design_in_Ubuntu/Debian| How to setup the FPGA toolchain in Ubuntu/Debian]] | ||
− | |||
− | |||
* [[How to simulate post synthesis and post place & route design with GHDL]] | * [[How to simulate post synthesis and post place & route design with GHDL]] | ||
Line 23: | Line 21: | ||
===Using ARMadeus FPGA=== | ===Using ARMadeus FPGA=== | ||
+ | * [[FPGA_loader | Configure the FPGA from Linux]] | ||
+ | * [[Target_Software_Installation#FPGA_firmware_installation|Configure the FPGA from U-Boot]] | ||
+ | * [[FPGA_register | Access the FPGA address domain from Linux]] | ||
* [http://www.xilinx.com/support/documentation/data_sheets/ds099.pdf Spartan-3 FPGA Family Data Sheet] | * [http://www.xilinx.com/support/documentation/data_sheets/ds099.pdf Spartan-3 FPGA Family Data Sheet] | ||
Revision as of 16:58, 11 March 2009
First recommended readings
Developing on the APF FPGA
Design ToolsDescription of tools used to simulate, to synthesize and to download/configure FGPA. |
Using ARMadeus FPGA |
Designs examples |
VHDL |
Peripheral On DemandPOD is a Python tool that allows you to easily create FPGA bitfiles for your embedded system, from several Open Source IPs (compatibles with the OpenCores Wishbone bus). It will also generates the corresponding drivers (currently only Linux ones). |
Links Wishbone |
Orchestra is a tools similar to POD developed by one member of ARMadeus Project:
|