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.

IDE 6.1 Memory Window

Altera_Forum
Honored Contributor II
1,122 Views

Hi, 

I installed Quartus 6.1 and all NIOSII tools. In IDE was some differences with older IDE version. For example memory window. But, when I load unsigned short buffer data 1, 2, 3, ..i, memory window displays 0x0100, 0x0200, 0x0300 (bytes are swapped). It is any bug or switchable option? The same project in IDE for Q5.1 displays ok. (0x0001, 0x0002, 0x0003)
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
437 Views

I have this too  

 

B3218000 is displayed as 

008021B3 or as 

 

00 80 21 B3  

 

so the 32bit view is false. 

 

Regards. 

 

Michael
0 Kudos
Altera_Forum
Honored Contributor II
437 Views

... and one "feature" still remains ... 

 

This window looses all settings except the address of the memory ... after stop and restart of a debug of the the current source. V6.1 is compatible to V6.0 :-) 

 

Michael
0 Kudos
Altera_Forum
Honored Contributor II
437 Views

hi, 

i dont think it is a real "bug" just an annoyance i experienced, too. and i gave up finding the option to "save view settings" - got somehow used to it by not using the ide anymore http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/wink.gif btw, stepping thru your code may sometimes influence the results! (even with -O0) try using the &#39;nios2-elf-insight&#39; debugger tool, my suggestion. 

 

regards, 

martin
0 Kudos
Reply