--- Quote Start ---
originally posted by slacker@Jul 3 2006, 05:00 PM
are you using one of the altera dev. kits? if so, then it's likely that you can use the reconfig_request_pio to tell the config_controller that it needs to initiate a reconfiguration. you need to write a '0' to this pio's data register. you should see this pio in all "standard" and "full_featured" designs.
if you're not using one of the dev. kits, then it depends upon how your particular design handles configuration/re-configuration.
- slacker
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=16632)
--- quote end ---
--- Quote End ---
Hi,
I use a Stratix II DSP dev. kit. I use the reconfig_request_pio and I write '0' to this PIO's data register :
IOWR_ALTERA_AVALON_PIO_DATA(RECONFIG_REQUEST_PIO_BASE, 0);
But nothing happens: there is NO reconfiguration anymore!
Why??
Sebastien