Forum Discussion
Altera_Forum
Honored Contributor
20 years agoReset software
Hello, I' ve implemented a web server in the FPGA 1c20 in my University. The University closes my IP obtained by DHCP after 24 hours working. I don't know why. So, I need to rest...
Altera_Forum
Honored Contributor
19 years ago --- 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