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.

Nios II/f "fast" core

Altera_Forum
Honored Contributor II
1,154 Views

Hello, 

 

If I select Nios II/f "fast" processor core in SOPC builder then the result i'm getting is different (which is undesired output) than if i select Nios II/s "standard" core. Because of this i couldnt able to use Nios II/f "fast" processor core. 

Can anyone help me to find a solution for this. 

 

Tnx & rgds, 

Shanchu.C
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
413 Views

Usually this comes down to your code not managing the data cache properly. If you bypass the data cache, you have to ensure that you either always bypass it for all the bytes in that line (4 bytes per line in the data cache) or flush the data cache. 

Maybe if you provide more details or code examples we can provide more help.
0 Kudos
Reply