Changes between Version 3 and Version 4 of HardwareUsersGuides/FPGABoard_v2.2/UserIO


Ignore:
Timestamp:
Oct 8, 2009, 2:27:21 PM (15 years ago)
Author:
sgupta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HardwareUsersGuides/FPGABoard_v2.2/UserIO

    v3 v4  
    22
    33== WARP FPGA Board User I/O ==
    4 [[Image(HardwareUsersGuides/FPGABoard_v2.2/Files:FPGABoard_UserIO_Loc.jpg, align=right, 300)]]
    5 [[Image(HardwareUsersGuides/FPGABoard_v2.2/Files:FPGABoard_UserIO_0.jpg)]]
    6 [[Image(HardwareUsersGuides/FPGABoard_v2.2/Files:FPGABoard_UserIO_1.jpg)]]
     4[[Image(HardwareUsersGuides/FPGABoard_v2.2/Files:FPGABoard_UserIO_Loc.jpg)]]
    75
    86The FPGA board includes a variety of interactive I/O devices, referred to as User I/O. These interfaces are intended to aid with observing and debugging custom designs in hardware.
     
    3129
    3230Your applicaiton must handle the mapping of hexadecimal digits to the 7 LED segments. Example Verilog and C code is included below which implements this mapping.
    33 
    34 [[Image(HardwareUsersGuides/FPGABoard_v2.2/Images:FPGA_Board_7seg.jpg, align=center, 150)]]
    3531
    3632'''Verilog Hex -> Seven Segment Mapping Example'''