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

14 lines
256 B
C
Raw Normal View History

/*
* types.h
*
* Created on: 12.07.2020
* Author: eyck
*/
#ifndef TESTS_SIM_PERFORMANCE_TYPES_H_
#define TESTS_SIM_PERFORMANCE_TYPES_H_
2023-12-22 20:42:21 +01:00
enum { TOP = 0, RIGHT = 1, BOTTOM = 2, LEFT = 3, SIDES = 4 };
#endif /* TESTS_SIM_PERFORMANCE_TYPES_H_ */