Skip to content

Commit

Permalink
Merge pull request #587 from tcal-x/fix-install-oxide
Browse files Browse the repository at this point in the history
Fix install_oxide script w.r.t. dsp-ff plugin
  • Loading branch information
tcal-x committed May 16, 2022
2 parents ff990f7 + 35d8c1e commit 02f496d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_oxide
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export PATH="${INSTALL_ROOT}/usr/local/bin:${PATH}"
echo
echo "BUILDING YOSYS PLUGINS"
cd "${CFU_ROOT}/third_party/yosys-f4pga-plugins/dsp-ff-plugin"
YOSYS_PATH=${INSTALL_ROOT}/usr/local make -j$(nproc)
YOSYS_PATH=${INSTALL_ROOT}/usr/local make -j$(nproc) all
# INSTALL_ROOT not respected in this repo, so we can't do `make install`
# make INSTALL_ROOT=${INSTALL_ROOT} install
mkdir -p "${INSTALL_ROOT}/usr/local/share/yosys/plugins"
Expand Down

0 comments on commit 02f496d

Please sign in to comment.