source: edk_user_repository/WARP/sw_services/WARPxilnet_v2_00_a/data/WARPxilnet_v2_1_0.mld

Last change on this file was 1129, checked in by mduarte, 15 years ago

v.2.01 debug

File size: 1.2 KB
Line 
1###############################################################
2# Copyright (c) 2004 Xilinx, Inc. All Rights Reserved.
3# You may copy and modify these files for your own internal use solely with
4# Xilinx programmable logic devices and  Xilinx EDK system or create IP
5# modules solely for Xilinx programmable logic devices and Xilinx EDK system.
6# No rights are granted to distribute any files unless they are distributed in
7# Xilinx programmable logic devices.
8###############################################################
9
10OPTION psf_version = 2.1.0 ;
11
12BEGIN LIBRARY WARPxilnet
13
14 OPTION drc = net_drc ;
15 option copyfiles = all;
16 #OPTION library_state = "deprecated";
17 OPTION desc = "WARP/Xilinx Networking TCP/IP stack library";
18
19 PARAM name = emac_instname, desc = "Name of Emac instance to be used with WARP/xilnet", type = peripheral_instance, range = (none, opb_ethernet, plb_ethernet, opb_ethernetlite, xps_ethernetlite), default = none;
20
21 PARAM name = no_of_tcp_conns, type = int, default = 5, permit = user,  desc = "No. of Open TCP connections";
22
23 PARAM name = no_of_udp_conns, type = int, default = 5, permit = user,  desc = "No. of Open UDP connections";
24
25END LIBRARY
26
Note: See TracBrowser for help on using the repository browser.