Skip to content

Latest commit

 

History

History
108 lines (72 loc) · 3.52 KB

RELEASENOTES.md

File metadata and controls

108 lines (72 loc) · 3.52 KB

Release Notes for SystemC CCI 1.0.1

CONTENTS

Overview

This package contains the reference implementation for the SystemC Configuration, Control and Inspection (CCI) standard. It works optimally with SystemC 2.3.3+ utilizing its hierarchical name registry to detect and mitigate parameter name collisions. On prior versions of SystemC, it doesn't address name collisions but otherwise works fine.

Supported platforms and tool dependencies

Supported platforms

This release is supported on the same platforms as the Accellera SystemC reference implementation. These are documented in the SystemC reference implementation RELEASENOTES.

Tool dependencies

SystemC CCI requires the following additional tools

(In)compatibility note

While it is possible to build SystemC and CCI as a shared library (both on ELF-based systems and well as a DLL on Windows), there is no explicitly defined binary interface across different

  • SystemC and CCI implementations (e.g. from multiple vendors)
  • SystemC and CCI library versions
  • Compilers or compiler versions
  • Operating systems or OS versions

Some differences might be caught at link time, while other incompatibilities could just silently lead to undefined behavior during simulation. Please carefully ensure a consistent build configuration, when integrating binary SystemC and CCI models built from separate sources.

What's new in this release?

Compared to the previous release, 1.0.1 is a minor release containing the following enhancements and bug fixes:

  • Introduced Automake configuration and build flow (configure, make, make install) for the CCI reference implementation and the examples

  • RapidJSON has become an external package dependency and needs to be added as part of the configuration or using environment variable RAPIDJSON_HOME.

  • Improved build flow using Microsoft Visual C++ IDE, compiler and linker for Windows, for the CCI reference implementation and examples.

  • Improved checking of the CCI examples.

  • Updated platform support, see the README.md.

  • Updated documentation.

Known problems

  • Convenience functions have been added to cci_broker_handle to register callbacks based on an object and a member function. This is now consistent with parameter handle callback registration. This is not documented in the CCI 1.0 LRM but will be added in the next revision.

  • Parameter names may be registered in the future when a preset value is provided to the broker. This would allow earlier detection of name collisions.

Reporting Bugs and Suggestions

Please report bugs and suggestions about this library using the Accellera forums:

https://forums.accellera.org/forum/41-systemc-cci-configuration-control-inspection/