2013年9月30日 星期一

Master Degree

#include <iostream>
#include <systemc>

//TG2 NoC
#include "sc_ocp_tl3_1/ocp_tl3_mesh_2d.hh"

//Traffic generator
#include "OcpTl3TrafficSim.h"

//Define channel types
#include "channel_types.h"

//OCP sockets
#include "ocpip.h"

//For legacy configuration transfer
#include "ocp_config.h"

#include "MultiChannelMemSystem.h"
#include "MemSysOCPTL3Slave.h"
#include "sch_payload.h"

int sc_main(int argc, char *argv[])
{
  NTHU::DeptofComputerScience::CTLab<225, 11> master_degree("hwchen");
  return 0;
}