PySysC-SC/components/router_example.cpp

19 lines
186 B
C++
Raw Normal View History

2018-11-30 11:08:08 +01:00
/*
* router_example.cpp
*
* Created on: 02.12.2018
* Author: eyck
*/
#include "top.h"
int sc_main(int argc, char* argv[])
{
Top top("top");
sc_start();
return 0;
}