Registry / other / systemc

systemc

JSON →
library3.0.2vcpkgunverified

A set of C++ classes and macros which provide an event-driven simulation kernel in C++

vcpkg install systemc
INSTALL
IMPORT
SIG · SYSTEMC
S
systemc
othercppv3.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

systemc.h
#include <systemc.h>

A minimal SystemC module with a thread

#include <systemc.h> SC_MODULE(hello) { SC_CTOR(hello) { SC_THREAD(say_hello); } void say_hello() { std::cout << "Hello, SystemC!\n"; } }; int sc_main(int argc, char* argv[]) { hello h("hello"); sc_start(); return 0; }
Debug
Known issues
gotchaSystemC requires a simulation kernel and may have licensing restrictions
fix
Ensure compliance with SystemC license (usually Apache 2.0 or similar)
affects: *
Upgrade
Version history
3.0.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources

No resource links recorded.

systemc — pip install systemc · libregistry