Contains functions for handling VPI-related activity. More...
Go to the source code of this file.
Functions | |
void | vpi_print_output (const char *msg) |
Displays the given message to standard output. |
Contains functions for handling VPI-related activity.
void vpi_print_output | ( | const char * | msg | ) |
Displays the given message to standard output.
msg | Message to output to standard output |
Outputs the given message to standard output using the vpi_printf function.
Referenced by print_output().