systemc

C++ library for hardware system modeling and simulation

brewmacoslinux
Try with needOr install directly
Source

About

Core SystemC language and examples

Commands

systemc

Examples

Compile a SystemC design with the SystemC library$ g++ -I$(brew --prefix systemc)/include -L$(brew --prefix systemc)/lib my_design.cpp -o my_design -lsystemc
Run a compiled SystemC simulation$ ./my_design
Check SystemC installation and version$ ls $(brew --prefix systemc)/include/systemc