GithubHelp home page GithubHelp logo

junyang0412 / realprobe Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sharc-lab/realprobe

0.0 0.0 0.0 636.6 MB

License: BSD 3-Clause "New" or "Revised" License

Shell 0.07% JavaScript 0.05% C++ 80.46% Python 2.38% Perl 0.16% C 15.67% PHP 0.01% Emacs Lisp 0.02% Objective-C 0.05% OCaml 0.12% Common Lisp 0.01% Fortran 0.01% Tcl 0.04% R 0.01% Go 0.18% C# 0.03% Assembly 0.69% AppleScript 0.01% TypeScript 0.02% CSS 0.03%

realprobe's Introduction

RealProbe🔍

In-FPGA profiling tool for HLS designs

About

RealProbe is a fully-automated profiling tool to extract on-FPGA performance. With just one line---#pragma HLS RealProbe---our tool automatically generates all the code necessary to profile the exact cycle counts of an entire function hierarchy on-board. It is developed and maintained by Jiho Kim from Sharc Lab at Georgia Tech.

Useful Links

Docs: RealProbe Tutorial: (FCCM 2024)

Requirements

RealProbe expects AMD/Xilinx Vitis HLS (a part of the Vitis Unified Software Platform) and Vivado to be present on the machine it is running on. This includes setting up the environment, as described in the Vitis HLS documentation, and setting up the environment, as described in the Vivado documentation.

For FPGA board, we expect the board to support PYNQ framework.

Other than that, RealProbe is fully integrated into Vitis HLS and Vivado toolchain, requiring no additional environment settings or tool installations.

All testing has been performed using Vitis HLS 2023.1 and Vivado 2023.1, though we expect any version with an HLS LLVM frontend release.

Usage

git clone https://github.com/sharc-lab/RealProbe.git
cd RealProbe

Warning

Please note that the name of the tcl script should be hls.tcl, and don't change the variable name inside. For more information, refer examples folder for tcl script examples.

In your Makefile, specify the path to your git repository

REALPROBE_PATH := <YOUR/GIT/CLONED/PATH>/realprobe
HLS_BUILD_PATH := <YOUR/GIT/CLONED/PATH>/hls-build

Go to your project folder (with C/C++ codes and Vitis_HLS run tcl script) and copy the Makefile from RealProbe.

cp RealProbe/realprobe/Makefile .

Then, run RealProbe!

make realprobe

realprobe's People

Contributors

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