Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
12748 Discussions

Different Applications On Common Nios Instances

Altera_Forum
Honored Contributor II
1,209 Views

I want different applications running on multiple instances of a common Nios design. How do I specify unique memory initialization files? Put another way, how do I specify a memory initialization file outside of Qsys? 

(I rather not have two Nios designs and two BSPs, different in name only.) 

 

 

// for example: 

// two instances of "nios_cpu..." 

nios_cpu cpu0 (...); // this one should use cpu0_mem_init.hex 

nios_cpu cpu1 (...); // this one should use cpu1_mem_init.hex 

 

 

Thanks! 

 

(This question was formerly posted as "Unique Memory Initialization Files for Multiple Nios Instances" in the Nios General Discussion Forum but no useful replies were received.)
0 Kudos
0 Replies
Reply