This repository is owned by the Accellera Systems Initiative and is maintained by the SystemC Verification Working Group (SystemC VWG) according to the Accellera Policies and Procedures.
Contributions to this library can only be accepted from Accellera members.
If you would like to contribute to the development of one of the SystemC reference implementations, 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 Verification Working Group.
If you are not an Accellera member, please join the SystemC Forum and SystemC Verification Forum to provide feedback, report bugs and join the general discussion around the evolution of SystemC and its ecosystem.
You can post the bugs and suggestions of general interest to the SystemC Forum or SystemC Verification Forum. When reporting bugs, please specify the following information (if applicable):
- SystemC and verification library versions used (UVM-SystemC, SCV, CRAVE, and/or FC4SC)
- 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 library.
Note
All C++ compilers have bugs of different degree of severity. We cannot fix those bugs. Please report them to the compiler vendor.
The following sign-off procedure is established to ensure that patches submitted for inclusion into this Accellera reference implementation are properly licensed under the Apache License Version 2.0.
The sign-off is a simple line at the end of the explanation for the patch (or commit message), which certifies that you wrote it yourself or otherwise have the right to pass it on as an open-source patch:
By making a signed-off contribution to this Accellera project, I certify that:
-
The contribution was created in whole or in part by me and I have the right to submit it under the Apache License Version 2.0 (see LICENSE).
-
The contribution was provided directly to me by some other person who certified (1) above, and I am forwarding it without modification.
-
I understand and agree that this Accellera project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed in accordance with this project or the Apache License Version 2.0.
If you can certify the above Accellera Developer's Certificate of Origin,
please use git commit --signoff
to add a line of the form:
Signed-off-by: Ima Contributor <ima@contributor.example.org>
using your real name (no pseudonyms or anonymous contributions).
Note
For Accellera members, contributions are already bound by the Accellera policies and procedures and the sign-off is optional, but recommended. For non-Accellera members, the sign-off is mandatory for consideration by the Accellera Working Groups.
When submitting a pull-request against the public repository, the contribution may be considered by the Accellera Working Groups for inclusion. It stays under the sole governance of the corresponding Working Groups to decide whether a contribution will be included in the library.
More information on the repository organization can be found in the Development process description.