MatchLib
Functions
match_scverify.h File Reference
#include <mc_scverify.h>

Go to the source code of this file.

Functions

int sc_main (int argc, char *argv[])
 

Detailed Description

When using Catapult's scverify CCS_MAIN macro, include this file instead of #include <mc_scverify.h> so that sc_main exists when the design is linked against the systemc library.

A Simple Example of a testbench.cpp
#include <match_scverify.h>
...
CCS_MAIN(int argc, char *argv[])
{
CCS_RETURN(0) ;
}

Definition in file match_scverify.h.