Code Monkey home page Code Monkey logo

dummy_vip_test's Introduction

Instructions

You have the task to integrate a very simple dummy IP into PULPissimo using the IPApprox dependency management tool. The module doesn't really do anything except for printing some log statements during simulation but it forces you to go throught the complete IP integration and packaging flow using IPApprox.

  1. Create your own fork of the dummy_vip repository.

  2. Create a package description for IPApprox in your newly forked repository listin the relevant files within the package. Since dummy_vip contains non-synthesizable code it should be packaged in a manner such that it won't be included during ASIC & FPGA synthesis.

  3. Instantiate the dummy_top module within the toplevel of pulp_soc (you have to create a new fork of pulp_soc for this purpose). Again, take the appropriate measures to only include module if we are compiling the codebase for simulation.

  4. Build and simulate PULPissimo with an application of your chosing. If you correctly integrated the IP, the simulation should run normally and you will see the output:

    # ** Info: Successfully integrated dummy IP.
    #    Time: 10 us  Scope: tb_pulp.i_dut.i_dummy_top.i_dummy_sub \
    #    File: /home/meggiman/projects/pulp/pulpissimo-new-soc-interconnect/sim/ \
    ../ips/dummy_vip/rtl/dummy_submodule.sv Line: 28
    
  5. If everything works, freeze your changes to the dummy_vip fork and update all version tags in the dependent packages.

  6. Run ./update-ips for a last time to verify, that the version pointers are correclty set and there are no dependency conflicts.

dummy_vip_test's People

Contributors

meggiman 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.