f4pga/wrappers/sh/quicklogic/env: adding prjxray to PYTHONPATH is not required

Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
Unai Martinez-Corral 2022-08-03 13:24:34 +02:00
parent 1be1eb283c
commit 6498205975
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@
if [ -z $VPRPATH ]; then
export VPRPATH="$F4PGA_BIN_DIR"
export PYTHONPATH="${VPRPATH}/python:${VPRPATH}/python/prjxray:${PYTHONPATH}"
export PYTHONPATH="${VPRPATH}/python:${PYTHONPATH}"
fi