Forum Discussion
Altera_Forum
Honored Contributor
12 years agoRemote update Flash EPROM (EPCS16) using lan/ uart
Hello all, i have question. I need to update throw ethernet my flash memory EPCS16 on some board with EP3C16 FPGA. The ethernet i convert to uart using xport and the data from uart i need to sa...
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- Is some way how to reconfigurate fpga without remote_upgrade megafunction and without external pins ? --- Quote End --- Why don't you want to use the remote_upgrade megafunction? What you need is a minimal interface to the remote upgrade megafunction, needing just a single register of your application and the rem_update block existing in the FPGA hardware.
rem_update_inst : rem_update PORT MAP (
clock => CLK,
reset => RESET,
reconfig => reconfig_req
);