Today I tell you how to create a project in eclipse for work with TLM-2 and SystemC, it’s very easy!
Coding Styles
TLM-2 lists modeling 3 different modes (called Coding Styles in official documents): untimed, Loosely-timed and Approximately-timed. Each serves a specific purpose, and to model different types of systems. We must also take into account the cost of each simulation mode (untimed less expensive, Approximatelly-timed more expensive).