SP VISION: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Under_Construction}} | |||
== Introduction == | == Introduction == | ||
The board | The SP_Vision board is an extension of [[APF27Dev]] and [[APF51Dev]] with a Spartan6 and two DDR. It is designed for real-time video processing. | ||
== Configure the Spartan6 with apf27-Dev== | == Configure the Spartan6 with apf27-Dev== | ||
Spartan6 selectmap configuration port is plugged on generic IO of | Spartan6 selectmap configuration port is plugged on generic IO of [[APF27]] Spartan3 FPGA. Then, to configure Spartan6, a specific virtual component is required under Spartan3. | ||
This virtual component is available under POD components library and is named ''spartan_selectmap''. This component must be added to your | This virtual component is available under POD components library and is named ''spartan_selectmap''. This component must be added to your Spartan3 design to enable SP_vision Spartan6 configuration. | ||
A simple | A simple Spartan3 design is available under ARMadeus project tree ''firmware/sp_vision_config/'' to simplify sp_vision config. The design can be synthetized with ISE using the TCL script ''firmware/sp_vision_config/synthesis/testconfig.tcl''. | ||
The already synthetized bitstream is also available under ''firmware/sp_vision_config/bitstream/''. | The already synthetized bitstream is also available under ''firmware/sp_vision_config/bitstream/''. | ||
Then to configure | Then to configure Spartan6 : | ||
* first configure | * first configure [[APF27]]'s Spartan3: | ||
<pre class="apf"> | <pre class="apf"> | ||
BIOS> tftpboot ${loadaddr} top_testconfig.bit | BIOS> tftpboot ${loadaddr} top_testconfig.bit | ||
BIOS> fpga load 0 ${loadaddr} 2486f | BIOS> fpga load 0 ${loadaddr} 2486f | ||
</pre> | </pre> | ||
* then configure the second | * then configure the second FPGA using ''loadsecond'' operator: | ||
<pre class="apf"> | <pre class="apf"> | ||
BIOS> tftpboot ${loadaddr} spartan6_example_top.bit | BIOS> tftpboot ${loadaddr} spartan6_example_top.bit | ||
BIOS> fpga loadsecond 1 ${loadaddr} 16a674 D6000000 1 | BIOS> fpga loadsecond 1 ${loadaddr} 16a674 D6000000 1 | ||
</pre> | </pre> |
Revision as of 12:18, 13 January 2011
Page under construction...
Informations on this page are not guaranteed !!
Introduction
The SP_Vision board is an extension of APF27Dev and APF51Dev with a Spartan6 and two DDR. It is designed for real-time video processing.
Configure the Spartan6 with apf27-Dev
Spartan6 selectmap configuration port is plugged on generic IO of APF27 Spartan3 FPGA. Then, to configure Spartan6, a specific virtual component is required under Spartan3. This virtual component is available under POD components library and is named spartan_selectmap. This component must be added to your Spartan3 design to enable SP_vision Spartan6 configuration.
A simple Spartan3 design is available under ARMadeus project tree firmware/sp_vision_config/ to simplify sp_vision config. The design can be synthetized with ISE using the TCL script firmware/sp_vision_config/synthesis/testconfig.tcl. The already synthetized bitstream is also available under firmware/sp_vision_config/bitstream/.
Then to configure Spartan6 :
- first configure APF27's Spartan3:
BIOS> tftpboot ${loadaddr} top_testconfig.bit BIOS> fpga load 0 ${loadaddr} 2486f
- then configure the second FPGA using loadsecond operator:
BIOS> tftpboot ${loadaddr} spartan6_example_top.bit BIOS> fpga loadsecond 1 ${loadaddr} 16a674 D6000000 1