Launch the Debug Script

About this task

With the Efinity software v2022.1 and higher, debugging scripts are available for each software example in the /embedded_sw/<module>/software/standalone/ directory and are imported into your project when you create a new project from an existing makefile. You can use these scripts to launch debug mode.

Table 1. Debug Configurations
Launch Script Description
axiDemo_trion.launch Debugging software on Trion® development boards.
axiDemo_ti.launch Debugging software on Titanium development boards
axiDemo_softTap.launch Debugging software on Trion or Titanium development boards with the soft JTAG TAP interface. For example, you would need to use the soft TAP if you want to use the OpenOCD debugger and the Efinity® Debugger at the same time. (See Using a Soft JTAG Core for Example Designs.)

To debug the axiDemo project:

Procedure

  1. Right-click axiDemo > axiDemo_<family>.launch.
  2. Choose Debug As > > axiDemo_<family>. Eclipse launches the OpenOCD debugger for the project.
  3. Click Debug.