#include "systemc.h" SC_MODULE (counter) { sc_signal reset ; sc_signal enable; sc_signal > counter_out; // Rest of body }