22 IP_Driver(
int base_address,
int size_in_k);
29 void write(
int address,
int data);
34 int read(
int address);
Generic IP Driver Class Class, that allows access to a AXI Lite IP core over the Zynq Memory Mapped I...
Definition: IP_Driver.h:14
int read(int address)
reads data from an ip core
Definition: IP_Driver.cpp:62
void write(int address, int data)
writes data to an ip core
Definition: IP_Driver.cpp:58