ParaNut SystemC Model
A SystemC Model of the ParaNut architecture
Macros
paranutsystem.cpp File Reference
#include "paranutsystem.h"
Include dependency graph for paranutsystem.cpp:

Macros

#define CLK_PERIOD   (1000000000 / CFG_NUT_SIM_CLK_SPEED)
 
#define PS_PRINTCAT(CAT)   fprintf (stderr, "\n%7s %s\n", " ", CAT)
 
#define PS_PRINTCONF(CONF)   fprintf (stderr, "%11s %-30s %d (0x%x)\n", " ", #CONF, CONF, CONF)
 

Macro Definition Documentation

◆ CLK_PERIOD

#define CLK_PERIOD   (1000000000 / CFG_NUT_SIM_CLK_SPEED)

◆ PS_PRINTCAT

#define PS_PRINTCAT (   CAT)    fprintf (stderr, "\n%7s %s\n", " ", CAT)

◆ PS_PRINTCONF

#define PS_PRINTCONF (   CONF)    fprintf (stderr, "%11s %-30s %d (0x%x)\n", " ", #CONF, CONF, CONF)