wiki:peripheral_test/execution

Version 4 (modified by bratton, 18 years ago) (diff)

--

Running the Program

Ready Tera Term Pro

  1. Open Tera Term Pro (Browse to "\Program Files\TTERMPRO\ttermpro.exe")
  2. Choose Serial and select the appropriate COM port (the one to which the board is connected) from the Port: drop down menu.
  3. Go to Setup => Serial Port... and change the Baud rate to 57600 (or whatever you specified in your project) from the drop down menu. Click OK
  4. Tera Term is now ready to receive data. NOTE: (If you are unsure about what rate you choose, this can be found by double-clicking RS232 in the System Assembly view. The number given for UART Lite Baud Rate is it.)

Download Program to the Board

(Assumes that the bitstream has been generated successfully)

Method 1: Directly from XPS

  1. Download the bitstream to the board via Device Configuration => Download Bitstream or by clicking on the toolbar icon. (NOTE: XPS will recompile/regenerate everything that is not current before downloading the bitstream)

Method 2: Using iMPACT

  1. Open iMPACT via Program Files => Xilinx ISE 8.1i => Accessories => iMPACT
  2. When the iMPACT Project dialogue box pops up, click Cancel You should see the workspace.
  3. Right-click on the workspace and choose Initialize Chain. Click OK at the Boundary-Scan Chain Contents Summary window.
  4. You will see the Assign New Configuration File window. Click Bypass for the xccace block.
  5. For the xc2vp70 block, browse to the location of your generated bitstream. (e.g. "\ProjectFolder\implementation\download.bit"). Select this file and click Open. Click OK at the Add Virtex-II Pro/Virtex-4 Object Files window to return to the workspace.
  6. Right click on the xc2vp70 block, and choose Program. Click OK

Method 3: Using ChipScope

  1. Open ChipScope via