Symbolic Data Access Script Commands

<< Click to Display Table of Contents >>

Navigation:  eTPU Development Tool (ASH WARE, Inc.) >

Symbolic Data Access Script Commands

Previous pageReturn to chapter overviewNext page

Example Download

Your eTPU code is written using symbolic data (e.g. int A,B,C.) It is possible to debug and test it is symbolic, also. The following are examples of script commands that access data symbolically.

write_val("g_e", "0xdead"); 

verify_val("g_e", "==", "0xdead");