[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[partial-reconfig] SYSACE problems on ML402
- To: partial-reconfig@xxxxxxxxxxxxxx
- Subject: [partial-reconfig] SYSACE problems on ML402
- From: "Paolo Furia" <paolo.furia@xxxxxxxxx>
- Date: Wed, 27 Aug 2008 16:06:51 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=dRMCqwb4wjNWjdNJ6/GkOwBNZnGi6nKW8tEKvf4Opm8=; b=E7vsilDHeIBSRfftF17P2CTTODZt960b41jY6tTda/YP5FoilzJnah5njnvHhITIsX Lg3AdA2oSCKK/wL9b+uKI3p1MgdVslaH4EAWmYZ0hcet2SHbm73MdSUNCc5nG0FkLhKV D2Yy/x8F+BYWUNmX3WRvMjteQiRefaDfkHF0w=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=Mo1lma1swXz63zPhI9e35lZEuVEc6GOVp3M9UeNA+mWUFulCOIeSg2OdyBAdVs1nq8 ztg59zgUWyVcwc7yW8SLs1+DVqc7zw2l9CzWt2IIAz6XZrP7+3M3u9xYMHg9vAIPfIjZ uiWlAFk9DB25eCuUmZaZY+KNBYaguF95syASQ=
- Reply-to: partial-reconfig@xxxxxxxxxxxxxx
- Sender: owner-partial-reconfig@xxxxxxxxxxxxxx
Hi all,
I'm working on a dynamically reconfigurable project on ML402 (virtex-4
sx35) and, for this, I have to load partial bitstreams from a Compact
Flash. I successfully generated a system.ace file that works fine and
configure my fpga at turn on. The problems come when I try to load a
partial bitstream stored on the CF: it always isn't possible and the
error led turn on.
I mainly use sysace_fopen and sysace_fread functions (I also tried using directly the function XHwIcap_CF2Icap provided by Xilinx in his examples); only reading 2048 bytes it seems to read something, but not all.
I tried to open and read an image .bmp, using sysace_fopen and
sysace_fread, and it works. The problem comes with bitstreams
(both .bit and .bin).
I have this problem both in my reconfigurable system and in a normal
system based on MicroBlaze.
Have you any suggestion? Has anyone successfully reconfigured virtex-4 devices using a bitstream stored on a CF? I would be grateful for your help.
Paolo Furia