PySysC-SC/components/components.h

18 lines
253 B
C

/*
* components.h
*
* Created on: 02.12.2018
* Author: eyck
*/
#ifndef COMPONENTS_H_
#define COMPONENTS_H_
#include "clkgen.h"
#include "resetgen.h"
#include "initiator.h"
#include "router.h"
#include "target.h"
#endif /* COMPONENTS_H_ */