Code Monkey home page Code Monkey logo

sc_fifo-of-vector's Introduction

About sc_fifo-of_vector

This is the top-level of the sc_fifo-of-vector project.

Demonstrates how to wrap std::vector<T> (or any container) for use in sc_signal<T> and sc_fifo<T> use in SystemC.

Directory organization:

sc_fifo-of-vector/
  ├── .git/
  ├── .gitignore
  ├── LICENSE.md
  ├── README.md <<<<<< This text file
  ├── cmake/
  │   ├── ABOUT.md
  │   ├── sc-project_defaults.cmake
  │   ├── set_target.cmake
  │   └── systemc.cmake
  ├── extern/
  │   ├── ABOUT.md
  │   ├── bin/
  │   │   ├── ABOUT.md
  │   │   ├── build
  │   │   ├── build-fmt
  │   │   └── build-gtest
  │   ├── include/
  │   │   └── ABOUT.md
  │   └── lib/
  │       ├── ABOUT.md
  │       └── cmake
  ├── main.cpp <<<<<<<<<<< Pertinent exmple source code is here
  └── setup.profile <<<<<< Source this file to setup environment

Requirements

  • C++17 compliant compiler or better
  • SystemC (recommend 3.0)
  • CMake version 3.20 or later
  • bash version 5.2 or later (possibly works with earlier)

Building

git clone "https://github.com/dcblack/sc_fifo-of-vector"
cd sc_fifo-of-vector
source setup.profile
build -test

End of file

sc_fifo-of-vector's People

Contributors

dcblack avatar

Watchers

 avatar

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.