We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b37bc commit 24748ceCopy full SHA for 24748ce
Dockerfile
@@ -23,7 +23,7 @@ RUN apt-get update -qq \
23
&& rm -rf /var/lib/apt/lists
24
25
ENV INSTALL_DIR="/opt/symbiflow/eos-s3"
26
-ENV PATH="$INSTALL_DIR/quicklogic-arch-defs/bin:$INSTALL_DIR/quicklogic-arch-defs/bin/python:$PATH"
+ENV PATH="$INSTALL_DIR/install/bin:$INSTALL_DIR/install/bin/python:$PATH"
27
ENV YOSYS=${INSTALL_DIR}/install/bin/yosys
28
29
#---
0 commit comments