Some simple helper functions.
◆ 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 i/o of each mappable pin.
Definition at line 37 of file util.c.
◆ sleep_msec()
void sleep_msec |
( |
int |
msec | ) |
|
Wait for msec milliseconds.
- Parameters
-
ms | The amount of milliseconds the PYNQ should stay idle |
Definition at line 32 of file util.c.