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


Ignore:
Timestamp:
Oct 18, 2009, 4:56:07 PM (15 years ago)
Author:
sgupta
Comment:

--

Legend:

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

    v3 v4  
    88
    99[[Image(HardwareUsersGuides/FPGABoard_v2.2/Files:reg0reg1.jpg)]]
     10
     11
     12=== Functions ===
     13
     14As we know, there are four peripherals controlled by the UserIO controller.
     15
     16'''Dedicated LEDs:'''
     17
     18The following function call directly writes to the LED outputs. The ''value'' should be 8-bits wide and the ''baseaddress'' is the base address of the UserIO core. The least significant bit corresponds to LED0.
     19{{{
     20WarpV4_UserIO_Leds(baseaddress, value)
     21}}}
     22
     23
     24WarpV4_UserIO_PushB(baseaddress)
     25
     26WarpV4_UserIO_DipSw(baseaddress)
     27}}}