
3 Sep
2004
3 Sep
'04
10:11 a.m.
Hi all.
This patch, against current cvs, adds the option loadb to the fpga command. The option allows users to configure a fpga directly with a bitstream stored in memory. Actually, the configuration is still done by fpga_load(), except the necessary bitswapping is applied on the configuration data before calling it. For now, only Xilinx bitstreams are supported.
In FPGA_DEBUG mode, the loadb option can print bitstream project details like the design name, part number, date/time and the length of bitstream.
Regards Kurt
CHANGELOG: * Patch by Kurt Stremerch, 03 September 2004: Add bitstream configuration option for fpga command (Xilinx only).