Forum Discussion
Michael2021
Occasional Contributor
1 year agoCan the .jic file, which is an FPGA configuration file, include the on-chip memory file of nios ii ?
Hello If I specify the contents (.hex) of the on-chip memory of my Nios II embedded processor design, compile it through Quartus Prime Pro, and use convert programming to create a .jic file, will ...
FvM
Super Contributor
1 year agoHi,
Nios .hex image must be compiled into memory initialization, then it becomes part of configuration bit stream and is loaded with .jic or JTAG configuration.
Nios .hex image must be compiled into memory initialization, then it becomes part of configuration bit stream and is loaded with .jic or JTAG configuration.
- Michael20211 year ago
Occasional Contributor
Hi
Thank you