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
20 years agoAre 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