Skip to content

Commit

Permalink
cocotb: [FIX] update installation of pynfb & nfb-ext-python to venv
Browse files Browse the repository at this point in the history
  • Loading branch information
martinspinler committed Aug 13, 2024
1 parent d28f234 commit 768e501
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/cocotb/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ source venv-cocotb/bin/activate
python -m pip install cython wheel setuptools
python -m pip install pylibfdt fdt
python -m pip install scapy
python -m pip install $PKG_PYNFB
python -m pip install $PKG_LIBNFBEXT_PYTHON
python -m pip install $PKG_COCOTBEXT_OFM
python -m pip wheel -w ./cocotbwheels $PKG_PYNFB
python -m pip install --find-links ./cocotbwheels nfb
python -m pip install --find-links ./cocotbwheels $PKG_LIBNFBEXT_PYTHON
python -m pip install $PKG_COCOTBEXT_OFM

echo ""
echo "Now activate environment with:"
Expand Down

0 comments on commit 768e501

Please sign in to comment.