SystemC-Components-Test/tests/sim_performance/types.h

14 lines
256 B
C

/*
* types.h
*
* Created on: 12.07.2020
* Author: eyck
*/
#ifndef TESTS_SIM_PERFORMANCE_TYPES_H_
#define TESTS_SIM_PERFORMANCE_TYPES_H_
enum { TOP = 0, RIGHT = 1, BOTTOM = 2, LEFT = 3, SIDES = 4 };
#endif /* TESTS_SIM_PERFORMANCE_TYPES_H_ */