Changes between Version 7 and Version 8 of OFDMReferenceDesign/SDK


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

--

Legend:

Unmodified
Added
Removed
Modified
  • OFDMReferenceDesign/SDK

    v7 v8  
    100100 * Same preparation as running software
    101101 * Choose Run->Debug (instead of Run->Run) to enter debug mode
     102
     103----
     104
     105== SDK Hints ==
     106Some helpful things we've figured out:
     107
     108 * Do not power cycle the FPGA Board or disconnect the JTAG/USB cable while SDK is running. Always quit SDK first.
     109   * If an active SDK session loses the JTAG connection, the JTAG cable will get locked and will fail to function for the current or future SDK sessions. To fix this run iMPACT (Programs->Xilinx Design Suite 13.4->ISE Design Tools->32/64-bit Tools->iMPACT), double-click Boundary Scan, choose Output->Cable Reset. Then re-launch SDK to reestablish the JTAG connection.
     110
     111 * 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).
     112
     113 *