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++

a delay help

Altera_Forum
Honored Contributor II
987 Views

hi iam new i nios 2, i just want to know how to get the delaycount in the program of the delay below: 

delay : movi r5, delaycount 

loop : subi r5 , r5 ,1 

bne r5 , r6, loop  

ret  

need the answer as quick as possible and thanx in advance.
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
296 Views

Have you tried find/grep for the delaycount value? You probably could see it from the eclipse-nios2 GUI.

0 Kudos
Altera_Forum
Honored Contributor II
296 Views

 

--- Quote Start ---  

Have you tried find/grep for the delaycount value? You probably could see it from the eclipse-nios2 GUI. 

--- Quote End ---  

 

ok thnx i will try it.
0 Kudos
Reply