wiki:FPGA Board C Library

taplib.c

This file provides functions for controlling peripherals included on the WARP FPGA board.

int Taplib_appendLog(char *buffer)
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.

void Taplib_reconfigure(void *baseaddr, int newaddr)
Triggers reconfiguration of the FPGA by the SystemACE CF controller using the bitstream stored at address newaddr, which must be in [0,7].

Last modified 18 years ago Last modified on Nov 20, 2005, 1:34:40 AM