libpynq (release 5EWC0-2023 version 0.2.5 of 2023-10-08 10:51)
Loading...
Searching...
No Matches
Utility library

Functions

void sleep_msec (int msec)
 
void mapping_info (void)
 

Detailed Description

Some simple helper functions.

Function Documentation

◆ 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.

Here is the call graph for this function:

◆ sleep_msec()

void sleep_msec ( int  msec)

Wait for msec milliseconds.

Parameters
msThe amount of milliseconds the PYNQ should stay idle

Definition at line 32 of file util.c.

Here is the caller graph for this function: