Last change
on this file since 950 was
942,
checked in by cfuguet, 10 years ago
|
reconf: improve unitary tests for dspin_router
|
File size:
407 bytes
|
Line | |
---|
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 <soclib/xicu.h> |
---|
10 | #include <stdint.h> |
---|
11 | |
---|
12 | void xcu_set_register(int x, int y, int func, int idx, uint32_t val); |
---|
13 | uint32_t xcu_get_register(int x, int y, int func, int idx); |
---|
14 | |
---|
15 | #endif |
---|
16 | |
---|
17 | /* |
---|
18 | * vim: tabstop=4 : softtabstop=4 : shiftwidth=4 : expandtab |
---|
19 | */ |
---|
Note: See
TracBrowser
for help on using the repository browser.