source: edk_user_repository/WARP/sw_services/WARP_FPGA_BOARD_LIB_v2_20_a/data/WARP_FPGA_BOARD_LIB_v2_1_0.tcl

Last change on this file was 1351, checked in by murphpo, 15 years ago

adding library for FPGA board v2.2

  • Property svn:executable set to *
File size: 378 bytes
Line 
1proc generate {lib_handle} {
2
3
4    set filename [file join "./src/include/" "warp_fpga_board.h"]
5    set theFile [open $filename w]
6
7    puts $theFile "#ifndef _WARP_FPGA_BOARD_H" 
8    puts $theFile "#define _WARP_FPGA_BOARD_H" 
9    puts $theFile ""
10
11    puts $theFile "#define WARP_FPGA_BOARD_V2_2 1"
12    puts $theFile ""
13    puts $theFile "#endif"
14
15    close $theFile 
16   
17}
Note: See TracBrowser for help on using the repository browser.