libpynq (release 5EWC0-2023 version 0.2.1 of 2023-09-01 11:02)
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 3 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 2 of file util.c.

Here is the caller graph for this function: