verilator/examples
Chih-Mao Chen 98252634fc
Include systemc instead of systemc.h in model header files (#4622) (#4623)
This may require that SystemC programs add:
using namespace sc_core;
using namespace sc_dt;
2023-10-26 14:36:18 -04:00
..
cmake_hello_c
cmake_hello_sc
cmake_protect_lib
cmake_tracing_c
cmake_tracing_sc
make_hello_binary
make_hello_c
make_hello_sc
make_protect_lib
make_tracing_c
make_tracing_sc Include systemc instead of systemc.h in model header files (#4622) (#4623) 2023-10-26 14:36:18 -04:00
xml_py