Skip to content

Repository files navigation

Communication

TL;DR

A C++ communication library SystemC and TLM compliant

Gcov support

Gcov support is available by activating the option ENABLE_GCOV in cmake (ENABLE_GCOV=ON). Only compatible with GCC and debug mode must be enabled (forced when cmake is called with ENABLE_GCOV=ON).

Unit tests

To build tests, enable BUILD_TESTS option with cmake:

cmake [...] -DBUILD_TESTS=ON

Then run tests with make test

Doxygen

To build Doxygen doc, enable BUILD_DOXYGEN option with cmake:

cmake [...] -DBUILD_DOXYGEN=ON

Then run tests with make or make doxygen

About

HVCommunication

Resources

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages