Forum Discussion
Can you kindly elaborate how cyclone V example on the cyclone IV E device ;
Please follow the user guide of IP section 1.4 for the cyclone IV devices .
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_altremote.pdf
Can I know what interface you are using example port or Avalon ?
Thank you ,
Regards,
Sree
- Luk6 years ago
New Contributor
I use the IP port not the Avalon.
I created a new project for cyclone IV E, created a new verilog HDL file as the top-level, created the remote update IP and added the file 'ru_cb.v' which is from Cyclone V Remote System Update Design Example.(https://www.intel.com/content/dam/www/programmable/us/en/others/literature/ug/altremote_update_DesignExample_RSU.zip)
Can you open the project?
A Reset_delay module and a pulse_gen module were instantiated like the Cyclone V Example.
The port 'start_write' was set '1' and 'page_select' was set '0' in the 'ru_cb.v'module.
The above mentioned project is as the factory image, I also created a new project as the application image. Program the .jic file which is Generatied follow the user guide. After restart power, neither running the factory nor running the application.