Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/packaging #970

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from
Open

Feature/packaging #970

wants to merge 5 commits into from

Conversation

azizb-xlnx
Copy link
Collaborator

@azizb-xlnx azizb-xlnx commented Feb 1, 2024

Move dependencies to setup script.
might clash with the docker script, still need to validate this.

Usage

Virtual env (Conda)

Setup a virtual environment with Conda or Python Venvs.

> # use python >= 3.10.6
> conda create -n finn_devel python=3.10.6
> conda activate finn_devel

Install FINN

> git clone https://github.com/Xilinx/finn.git
> cd finn
> git checkout feature/packaging
> pip install -e .
> ./fetch-repos.sh
> export FINN_ROOT=<PATH TO FINN ROOT>
> export FINN_BUILD_DIR=<TMP BUILD DIR>

Run Pytest

> pytest -m 'not (vivado or slow or vitis or board or notebooks or bnn_pynq)' --dist=loadfile -n auto

aziz bahri added 2 commits January 27, 2024 18:40
@azizb-xlnx azizb-xlnx marked this pull request as ready for review March 7, 2024 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant