Difference between revisions of "Using FPGA"

From ArmadeusWiki
Jump to: navigation, search
(Tools)
m (Developing on the APF FPGA)
Line 2: Line 2:
 
[[FPGA | FPGA on APF introduction]]
 
[[FPGA | FPGA on APF introduction]]
 
==Developing on the APF FPGA==
 
==Developing on the APF FPGA==
{| border="0" cellpadding="5" cellspacing="5" summary="Hardware Add-Ons by functionnalities"
+
{| border="0" cellpadding="5" cellspacing="5" summary="Hardware Add-Ons by functionnalities" width="100%"
 
|----------------
 
|----------------
 
|- style="background:#f4f4f4; color:black; -moz-border-radius:18px;"
 
|- style="background:#f4f4f4; color:black; -moz-border-radius:18px;"
|
+
| width="50%" |
 
===Tools===
 
===Tools===
 
* [[ISE WebPack installation on Linux]]
 
* [[ISE WebPack installation on Linux]]
Line 11: Line 11:
 
* [[FPGA_loader | Configure FPGA from armadeus-Linux card]]
 
* [[FPGA_loader | Configure FPGA from armadeus-Linux card]]
 
* [[FPGA_register | read write on fpga address domain from linux]]
 
* [[FPGA_register | read write on fpga address domain from linux]]
||
 
  
 +
| width="50%" |
 
===Xilinx documentation links===
 
===Xilinx documentation links===
 
* [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]
 
|----------------
 
|----------------
 
|- style="background:#f4f4f4; color:black; -moz-border-radius:18px;"
 
|- style="background:#f4f4f4; color:black; -moz-border-radius:18px;"
|
 
  
 +
| width="50%" |
 
===Designs===
 
===Designs===
 
* [[FPGA and led]]
 
* [[FPGA and led]]
Line 25: Line 25:
 
*
 
*
 
* [http://www.xess.com/ho03000.html Nice ideas/examples to look at]
 
* [http://www.xess.com/ho03000.html Nice ideas/examples to look at]
||
 
  
 +
| width="50%" |
 
===Link VHDL===
 
===Link VHDL===
 
* [http://www.opencores.org www.opencores.org]
 
* [http://www.opencores.org www.opencores.org]
Line 34: Line 34:
 
|----------------
 
|----------------
 
|- style="background:#f4f4f4; color:black; -moz-border-radius:18px;"
 
|- style="background:#f4f4f4; color:black; -moz-border-radius:18px;"
|
 
  
 +
| width="50%" |
 
===Orchestra===
 
===Orchestra===
 
* [[Orchestra | Spécification d'Orchestra (French)]]
 
* [[Orchestra | Spécification d'Orchestra (French)]]
Line 44: Line 44:
 
* [[OrchestraPython | Elaboration du projet Orchestra en Python (French)]]
 
* [[OrchestraPython | Elaboration du projet Orchestra en Python (French)]]
 
* [[FpgaArchitecture | Spécification de l'architecture du FPGA (french)]]
 
* [[FpgaArchitecture | Spécification de l'architecture du FPGA (french)]]
||
 
  
 +
| width="50%" |
 
===Link Orchestra===
 
===Link Orchestra===
 
* [http://www.opencores.org/projects.cgi/web/wishbone/wbspec_b3.pdf  official Wishbone specifications]
 
* [http://www.opencores.org/projects.cgi/web/wishbone/wbspec_b3.pdf  official Wishbone specifications]

Revision as of 17:43, 27 July 2008

Introduction

FPGA on APF introduction

Developing on the APF FPGA

Tools

Xilinx documentation links

Designs

Link VHDL

Orchestra


Draft:

Link Orchestra