Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
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.
21615 Discussions

Impossible to modify the size of an expression in the DS-5 AE Debbuger

Altera_Forum
Honored Contributor II
1,285 Views

Hello, 

I would like to show in the expression tab a word in memory (4bytes). 

The address of the word is made from a label + an offset. 

When I show it in the expression tab I can only see one byte. (See attached file) 

What can I do to specify the size of the data? 

Thanks for your help. 

Jerome
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
548 Views

The solution is to use this syntaxe : 

*((unsigned int *) memory_address) 

Jerome
0 Kudos
Reply