Changes between Version 4 and Version 5 of FPGA Board C Library


Ignore:
Timestamp:
Nov 20, 2005, 1:34:40 AM (18 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FPGA Board C Library

    v4 v5  
    1 == [source:/trunk/EDK/WARP_Libraries/taplib.c taplib.c] ==
     1== [source:/PlatformSupport/WARP_Libraries/taplib.c taplib.c] ==
    22This file provides functions for controlling peripherals included on the WARP FPGA board.
    33
    4 ''[source:"/trunk/EDK/WARP_Libraries/taplib.c@latest#L53" int Taplib_appendLog(char *buffer)]''
     4''[source:"/PlatformSupport/WARP_Libraries/taplib.c@latest#L53" int Taplib_appendLog(char *buffer)]''
    55[[BR]]Appends a string to the running log file stored on the !CompactFlash card. Because of limitations in writing files to flash, individual log files are limited to 512KB in size. This function automatically creates new files as needed, incrementing their names. The input string should be no longer than 512 charaters.
    66
    7 ''[source:"/trunk/EDK/WARP_Libraries/taplib.c@latest#L212" void Taplib_reconfigure(void *baseaddr, int newaddr)]''
     7''[source:"/PlatformSupport/WARP_Libraries/taplib.c@latest#L212" void Taplib_reconfigure(void *baseaddr, int newaddr)]''
    88[[BR]]Triggers reconfiguration of the FPGA by the SystemACE CF controller using the bitstream stored at address ''newaddr'', which must be in [0,7].