Forum Discussion
Altera_Forum
Honored Contributor
20 years agoProblem with SDK shell -while using custom logic
Hi, The following code behaves as expected when executed from telnet terminal but fails from nios_SDK shell. "main" creates two processes. one process reads the data from the socket a...
Altera_Forum
Honored Contributor
20 years agoHi,
The problem was that: I didn't set the 31st bit of the address used to access the ports of User Logic. (which was later corrected by Hippo) So the uncaching of I/O was not happening in the SDK shell, Once I set that 31st bit, everything is working fine. Best Regards, K V Naresh