wiki:WARPLab/Examples/userExtension

Version 2 (modified by chunter, 11 years ago) (diff)

--

WARPLab 7 Example: EEPROM User Extension

Script File: user_extension_script.m Class File: user_extension_example_class.m

Note: the example class and the example script must be in the same directory as one another so that MATLAB can identify the location of the example class once the example script is run.

This example shows how custom commands can be added to the WARPLab Reference Design via a custom user extension class.

Requirements:

Setup

To run this example, you must set up your experiment as follows:

  1. Power on the WARP v3 node
  2. Set the DIP switch on the WARP v3 board to 0000.
  3. Download the 2RF WARPLab reference bitstream to the board. The board should boot, and show "01" on the hex display.
  4. Run the user_extension_script.m example script.

Observations

Explanation