How to Run SystemC programs using EDA play ground
Examples are already present for easy understanding SystemC Examples
For example lets consider SystemC counter example,
Below steps to Run the program:
1. Make below settings
Ø Testbench + Design C++/SystemC
Ø Libraries Systemc 2.3.1
Ø Tools and Simulators C++
2. Write Testbench code in testbench.cpp
3. Write Source code in design.cpp
4. Run the program
5. You can view the result in log window
6. If you want to view the waveform
Tick Open EPWave after run
*waveform window appears after the run automatically