معرفی شرکت ها


ait-bsc-6.4.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

AIT - Accelerator Integration Tool
ویژگی مقدار
سیستم عامل -
نام فایل ait-bsc-6.4.0
نام ait-bsc
نسخه کتابخانه 6.4.0
نگهدارنده []
ایمیل نگهدارنده ['"OmpSs@FPGA team" <ompss-at-fpga-support@bsc.es>']
نویسنده -
ایمیل نویسنده Miquel Vidal Piñol <miquel.vidal@bsc.es>, Antonio Filgueras Izquierdo <antonio.filgueras@bsc.es>, Juan Miguel de Haro Ruiz <juan.deharoruiz@bsc.es>, Jaume Bosch Pons <jaume.bosch@bsc.es>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/ait-bsc/
مجوز GNU Lesser General Public License v3 (LGPLv3)
[![PyPI version](https://img.shields.io/pypi/v/ait-bsc.svg?logo=pypi&logoColor=FFE873)](https://pypi.org/project/ait-bsc/) [![Licence](https://img.shields.io/github/license/bsc-pm-ompss-at-fpga/ait.svg)](LICENSE) [![PyPi Downloads](https://img.shields.io/pypi/dm/ait-bsc?label=PyPI%20Downloads)](https://pypistats.org/packages/ait-bsc) [![Total Downloads](https://static.pepy.tech/personalized-badge/ait-bsc?period=total&units=international_system&left_color=black&right_color=red&left_text=Total+Downloads)](https://pepy.tech/project/ait-bsc) [![Supported Python versions](https://img.shields.io/pypi/pyversions/ait-bsc.svg?logo=python&logoColor=FFE873)](https://pypi.org/project/ait-bsc/) # Accelerator Integration Tool (AIT) The Accelerator Integration Tool (AIT) automatically integrates OmpSs@FPGA accelerators into FPGA designs using different vendor backends. This README should help you install the AIT component of the OmpSs@FPGA toolchain from the repository. However, it is preferred using the pre-built Docker image with the latest stable toolchain. They are available at [OmpSs@FPGA pre-built Docker images](https://ompssatfpga.bsc.es/downloads/docker/). Moreover, there are pre-built SD images for the current supported board families: Zynq7000 and Ultrascale. They are also available at [OmpSs@FPGA pre-built SD images](https://ompssatfpga.bsc.es/downloads/sd-images/). # Prerequisites - [Python 3.7 or later](https://www.python.org) - [pip](https://pip.pypa.io) - Vendor backends: - [Xilinx Vivado 2018.3 or later](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/vivado-design-tools/archive.html) #### Git Large File Storage This repository uses Git Large File Storage to handle relatively-large files that are frequently updated (i.e. hardware runtime IP files) to avoid increasing the history size unnecessarily. You must install it so Git is able to download these files. Follow instructions on their website to install it. #### Vendor backends ##### Xilinx Vivado Follow installation instructions from Xilinx Vivado, Vivado HLS and SDK, as well as the device support for the devices you're working, should be enabled during setup. However, components can be added or removed afterwards. Current version supports Vivado 2018.3 onwards. # Installation You can use `pip` to easily install `ait` on your system: python3 -m pip install ait-bsc # Development 1. Make sure you have the following packages installed on your system. * `git-lfs` ([Git Large File Storage](https://git-lfs.github.com)) * `setuptools >= 61.0` ([setuptools](https://setuptools.pypa.io/en/latest/userguide/quickstart.html#installation)) 2. Clone AIT's repository * From GitHub: git clone https://github.com/bsc-pm-ompss-at-fpga/ait.git * From our internal GitLab repository (BSC users only): git clone https://pm.bsc.es/gitlab/ompss-at-fpga/ait.git 3. Enable Git LFS and install cd ait git lfs install git lfs pull export AIT_HOME="/path/to/install/ait" export DEB_PYTHON_INSTALL_LAYOUT=deb_system python3 -m pip install . -t $AIT_HOME 4. Add the installed binaries to your PATH export PATH=$AIT_HOME/bin:$PATH export PYTHONPATH=$AIT_HOME:$PYTHONPATH # Tests #### Prerequisites * python3-flake8 * python3-unittest #### Style testing The python code follows pycodestyle which is verified using the `flake8` tool. To check the current source code just execute `python3 -m flake8`. #### Unit testing The `test` folder contains some unitary tests for python sources. To run all tests the command `python3 -m unittest` can be executed in the root directory of the repository.


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl ait-bsc-6.4.0:

    pip install ait-bsc-6.4.0.whl


نصب پکیج tar.gz ait-bsc-6.4.0:

    pip install ait-bsc-6.4.0.tar.gz