edaplayground / eda-playground

EDA Playground -- The FREE IDE for SystemVerilog, Verilog, and VHDL
http://www.edaplayground.com
44 stars 15 forks source link

SystemC Compilation #44

Open RicardoJacobi opened 3 years ago

RicardoJacobi commented 3 years ago

Hi,

SystemC is not working. The compiler complains about the header systemc.h.

Could you fix that ?

regards rj

[2021-02-19 08:08:21 EST] g++ -o sim *.cpp && echo "Compile done. Starting run..." && ./sim
testbench.cpp:3:10: fatal error: systemc: No such file or directory

include

      ^~~~~~~~~

compilation terminated. Exit code expected: 0, received: 1 Done

mpataylor commented 3 years ago

Hi rj,

You need to select the SystemC (2.3.3) library on the left of the screen:

image

Matthew