OpenCores
URL https://opencores.org/ocsvn/funbase_ip_library/funbase_ip_library/trunk

Subversion Repositories funbase_ip_library

[/] [funbase_ip_library/] [trunk/] [TUT/] [ip.swp.api/] [openmcapi/] [1.0/] [include/] [openmcapi_cfg.h] - Rev 145

Compare with Previous | Blame | View Log

/*
 * Copyright (c) 2010, Mentor Graphics Corporation
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *
 * 1. Redistributions of source code must retain the above copyright notice,
 *    this list of conditions and the following disclaimer.
 * 2. Redistributions in binary form must reproduce the above copyright notice,
 *    this list of conditions and the following disclaimer in the documentation
 *    and/or other materials provided with the distribution.
 * 3. Neither the name of the <ORGANIZATION> nor the names of its contributors
 *    may be used to endorse or promote products derived from this software
 *    without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 * POSSIBILITY OF SUCH DAMAGE.
 */
 
 
/* XXX Many of these should be internal to libmcapi, not exposed to
 * applications. */
 
#ifndef OPENMCAPI_CFG_H
#define OPENMCAPI_CFG_H
 
/* Disable this macro to disable forwarding capabilities for this node. */
#define MCAPI_ENABLE_FORWARDING     MCAPI_FALSE
 
/* The total number of nodes in the system, including this node. */
#define MCAPI_NODE_COUNT            2
 
/* The total number of priorities in the system.  This value should be set
 * according to the interface in the system that supports the highest
 * number of priorities.  */
#define MCAPI_PRIO_COUNT            2
 
/* The initial value of the global port counter to use when an endpoint
 * is created with no specific port. */
#define MCAPI_ENDP_PORT_INIT        10000
 
/* The port used to receive control messages from other nodes in the
 * sytem. */
#define MCAPI_RX_CONTROL_PORT       900
 
/* The max length to accept for control messages. */
#define MCAPI_CONTROL_MSG_LEN       128
 
/* Control task settings. */
#define MCAPI_CONTROL_TASK_SIZE     2000
#define MCAPI_CONTROL_TASK_PRIO     3
 
/* The default priority of all new endpoints in the system. */
#define MCAPI_DEFAULT_PRIO          1
 
/* The total number of routes on this node. */
#define MCAPI_ROUTE_COUNT           2
 
/* The total number of interfaces on this node. */
#define MCAPI_INTERFACE_COUNT       1
 
/* The number of available request structures that can service a pending
 * get endpoint request from a remote node. */
#define MCAPI_FREE_REQUEST_COUNT    16
 
/* The max length of an interface name. */
#define MCAPI_INT_NAME_LEN          8
 
#endif  /* #ifndef MCAPI_CFG_H */
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.