Skip to content

hiventive/hvcommunication

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

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors