This directory contains a presentation (pdf) and source code used to create the presentation. Presentation explains how the SystemC event driven simulator works using a simple design and single stepping the simulator in a graphical fashion.
In order to recreate the simulation used to create the presentation, the following are required:
- CMake
- A compliant C++ compiler
- An fully installed version of SystemC at least version 2.3.2 that supports CMake
- Environment variable SYSTEMC pointing to the SystemC installation directory (NOT the source).
Under Linux/OS X, the commands would be:
mkdir build && cd build
cmake ..
make run