rspliet/SystemC

Project ID: 24681

Description

SystemC addresses the need for a system design and verification language that spans hardware and software. It is a language built in standard C++ by extending the language with a set of class libraries created for design and verification. Users worldwide are applying SystemC to system-level modeling, abstract analog/mixed-signal modeling, architectural exploration, performance modeling, software development, functional verification, and high-level synthesis.

This COPR repository contains a shared library (systemc), static library, header files and CMake module files (systemc-devel). Configured as C++11 module compiled with the current GCC. Distributed under the Apache 2.0 License.

Installation Instructions

Enable copr repo:

dnf copr enable rspliet/SystemC

Install with either:

dnf install systemc dnf install systemc-devel

To link against SystemC in your own CMake-enabled project, the following directives may be useful:

// Check for SystemC presence, fail if missing. find_package(SystemCLanguage CONFIG REQUIRED 2.3) // This SystemC module is compiled as a C++11 module. Match in your project? set(CMAKE_CXX_STANDARD 11) // Includes for SystemC in this package live in /usr/include/systemc. After find_package() they can be found using: include_directories($<TARGET_PROPERTY:SystemC::systemc,INTERFACE_INCLUDE_DIRECTORIES>) // As for linking, just provide the library name. target_link_libraries(<target> SystemC::systemc)

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

Release Architectures Repo Download
Centos-stream 8 x86_64 (0)* Centos-stream 8 (45 downloads)
Centos-stream 9 x86_64 (0)* Centos-stream 9 (28 downloads)
EPEL 8 x86_64 (0)* EPEL 8 (32 downloads)
EPEL 9 x86_64 (0)* EPEL 9 (18 downloads)
Fedora 37 x86_64 (56)* Fedora 37 (0 downloads)
Fedora 38 x86_64 (25)* Fedora 38 (17 downloads)
Fedora 39 x86_64 (40)* Fedora 39 (15 downloads)

* Total number of downloaded packages.