Giter Club home page Giter Club logo

vcml-cci's Introduction

VCML-CCI

SystemC-CCI Integration for VCML.

Build Status ASAN Status Lint Status Style Status Nightly Status Coverage Status


Installation

Clone repository and update submodules:

git clone [email protected]:machineware-gmbh/vcml-cci.git --recursive

Building vcml-cci requires cmake >= 3.11. During configuration you must state whether to build the unit tests:

  • -DVCML_CCI_TESTS=[ON|OFF]: build unit tests (default OFF)
  • -DVCML_CCI_LINTER=<string>: linter program to use (default <empty>)
  • -DVCML_CCI_COVERAGE=[ON|OFF]: generate test coverage report (default OFF)

Note that when building this as a cmake submodule, unit tests will always be disabled and the respective build option setting is ignored.

cmake -B RELEASE/BUILD           \
      -DCMAKE_BUILD_TYPE=RELEASE \
      -DCMAKE_INSTALL_PREFIX=..  \
      -DTEMPLATE_MODEL_TESTS=ON .
cmake --build RELEASE/BUILD -- install

If everything went well, the following artifacts will have been installed:

  • vcml-cci headers in RELEASE/include/
  • vcml-cci library in RELEASE/lib/libvcml-cci.a

License

See the LICENSE file for details.

vcml-cci's People

Contributors

janweinstock avatar simonwin avatar aut0 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

junyang0412

vcml-cci's Issues

Implement vcml::exporter

Currently we have vcml::cci::broker in order to import values from the CCI world into VCML, e.g. to initialize vcml::property from CCI.

However, the other way around does not yet work. We should also have a vcml::cci::exporter that exports VCML property values to models that are using cci::cci_param.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.