Last change
on this file since 939 was
887,
checked in by cfuguet, 10 years ago
|
reconf: add test for the recovery routing function on the dspin_router
- The test performs a reconfiguration of a cycle-free contour around a
blackhole in a 3x3 platform. The blackhole (faulty routers) is in
the cluster (1,1).
- Introduce a reconf:xicu driver in the softs directory.
For now this driver contains only a getter/setter for the
configuration registers in the reconf:vci_xicu.
|
File size:
358 bytes
|
Rev | Line | |
---|
[887] | 1 | /* |
---|
| 2 | * \file xcu.h |
---|
| 3 | * \author Cesar Fuguet <cesar.fuguet-tortolero@lip6.fr> |
---|
| 4 | * \date November 12, 2014 |
---|
| 5 | */ |
---|
| 6 | #ifndef XCU_H |
---|
| 7 | #define XCU_H |
---|
| 8 | |
---|
| 9 | #include <stdint.h> |
---|
| 10 | |
---|
| 11 | void xcu_set_config(int x, int y, int idx, uint32_t val); |
---|
| 12 | uint32_t xcu_get_config(int x, int y, int idx); |
---|
| 13 | |
---|
| 14 | #endif |
---|
| 15 | |
---|
| 16 | /* |
---|
| 17 | * vim: tabstop=4 : softtabstop=4 : shiftwidth=4 : expandtab |
---|
| 18 | */ |
---|
Note: See
TracBrowser
for help on using the repository browser.