Changes between Version 8 and Version 9 of OFDMReferenceDesign/SDK


Ignore:
Timestamp:
May 3, 2012, 4:29:55 PM (12 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OFDMReferenceDesign/SDK

    v8 v9  
    111111 * The XMD console view in SDK is useful for debugging issues when communicating via JTAG. Open Xilnx Tools->XMD Console. In the new XMD Console tab, type {{{verbose}}} in the command box (bottom of the tab).
    112112
    113  *
     113 * Force SDK to prompt for a workspace on every launch (Window->Preferences->General->Startup and Shutdown->Workspaces; check "Prompt for workspace on startup"). We found this is the best way to avoid confusion about what workspace is active.
     114
     115 * Remarkably, ChipScope Analyzer and the SDK debugger can access the same JTAG cable simultaneously. This can be very useful (i.e. capture PHY state signals via ChipScope to verify what software sees via register reads).
     116
     117 * Console tabs:
     118   * You can choose what log is shown in console tabs (little drop down arrow in Display Selected Console button\).
     119   * You can "pin" a console (Pin Console button), which prevents anything from switching the log source.
     120   * You can add a console tab, to view multiple logs simultaneously, each pinned to a different source. Having one tab pinned to SDK Log and one to C-Build is useful.
     121
     122 * Changing the SDK log level to Trace is helpful for debugging odd SDK behavior (Window->Preferences->Xilinx SDK->Log Information Level)
     123