3.2 KiB
How to Contribute
This repository is owned by the Accellera Systems Initiative and is maintained by the SystemC Language Working Group (LWG) according to the Accellera Policies and Procedures.
Contributions to this reference implementation can only be accepted from Accellera members.
Join the Accellera SystemC Language Working Group
If you would like to contribute to the development of SystemC and/or this reference implementation, have your company, organization, or university join Accellera and its working groups. Find out more information at http://www.accellera.org/about/join. If your company, organization or university is already an Accellera member, you can request to join the SystemC Language Working Group here.
Join the SystemC community
If you are not an Accellera member, please join the SystemC community forum to provide feedback, report bugs and join the general discussion around the evolution of SystemC.
Issue reporting
You can post the bugs and suggestions of general interest to the SystemC Community Forum. When reporting bugs, please specify the following information (if applicable):
- SystemC version
- platform, compiler, flags
- description of the problem
- steps to reproduce the problem
- compile/runtime warnings and errors
- code sample, not more than 100 lines to demonstrate the problem
Note
All bugs will only be tested against the latest publicly available version of the product.
Note
All C++ compilers that SystemC supports have bugs of different degree of severity. We cannot fix those bugs. Please report them to the compiler vendor.
Accellera WG members have access to the WG-internal issue tracking at GitHub, as described here.
Repository organization
The central source code repository of the Accellera SystemC implementation
is hosted in two repositories at GitHub. The main
repositories are private to the OSCI-WG GitHub organization and
can be found at:
- https://github.com/OSCI-WG/systemc (core SystemC library)
- https://github.com/OSCI-WG/systemc-regressions (regression test suite)
A read-only, public copy of these repositories can be found at
- https://github.com/accellera-official/systemc (core SystemC library)
- https://github.com/accellera-official/systemc-regressions (regression test suite)
To obtain access to the repositories and the GitHub organization in general, LWG members can contact the LWG chairs at mailto:lwg-chair@lists.accellera.org including their GitHub account name.