Ignore:
Timestamp:
Feb 12, 2015, 2:59:20 PM (9 years ago)
Author:
cfuguet
Message:

reconf: improve unitary tests for dspin_router

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/reconfiguration/softs/drivers/xcu.h

    r887 r942  
    77#define XCU_H
    88
     9#include <soclib/xicu.h>
    910#include <stdint.h>
    1011
    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);
     12void xcu_set_register(int x, int y, int func, int idx, uint32_t val);
     13uint32_t xcu_get_register(int x, int y, int func, int idx);
    1314
    1415#endif
Note: See TracChangeset for help on using the changeset viewer.