libpynq  (release 5EID0-2023 version 0.3.0 of 2024-04-25 09:42 )
util.c
Go to the documentation of this file.
1 #include <util.h>
2 void sleep_msec(int msec){};
3 void mapping_info(void){};
sleep_msec
void sleep_msec(int msec)
Wait for msec milliseconds.
Definition: util.c:2
mapping_info
void mapping_info(void)
Displays a table to see where all pins have been mapped, what channels have been linked where and the...
Definition: util.c:3
util.h