source: branches/reconfiguration/modules/vci_tsar_config/include/soclib/tsar_config.h @ 878

Last change on this file since 878 was 878, checked in by cfuguet, 9 years ago

reconf: introduce the vci_tsar_config component

  • This component provides for now the functionality to reconfigure the dspin_router. It has a p_blackhole_pos port which should be bound to port of the same name in the dspin_router.
File size: 1.3 KB
RevLine 
[878]1/*
2 * SOCLIB_LGPL_HEADER_BEGIN
3 *
4 * This file is part of SoCLib, GNU LGPLv2.1.
5 *
6 * SoCLib is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU Lesser General Public License as published
8 * by the Free Software Foundation; version 2.1 of the License.
9 *
10 * SoCLib is distributed in the hope that it will be useful, but
11 * WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with SoCLib; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18 * 02110-1301 USA
19 *
20 * SOCLIB_LGPL_HEADER_END
21 *
22 * Copyright (c) UPMC, Lip6, Asim
23 *         Cesar Fuguet <cesar.fuguet-tortolero@lip6.fr>, 2014
24 */
25#ifndef TSAR_CONFIG_REGS_H
26#define TSAR_CONFIG_REGS_H
27
28
29enum SoclibTtyRegisters {
30    CONFIG_BHPOS = 0,
31    /**/
32    CONFIG_SPAN = 1,
33};
34
35#endif /* TSAR_CONFIG_REGS_H */
36
37// Local Variables:
38// tab-width: 4
39// c-basic-offset: 4
40// c-file-offsets:((innamespace . 0)(inline-open . 0))
41// indent-tabs-mode: nil
42// End:
43
44// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4
45
Note: See TracBrowser for help on using the repository browser.