From: Luke Kenneth Casson Leighton Date: Mon, 1 Mar 2021 19:06:40 +0000 (+0000) Subject: add crossreference to dev-env-setup in HDL_workflow X-Git-Tag: convert-csv-opcode-to-binary~104 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c5ebed89dbc1f5a2fee2d7644c3fe8e3783197ca;p=libreriscv.git add crossreference to dev-env-setup in HDL_workflow --- diff --git a/HDL_workflow.mdwn b/HDL_workflow.mdwn index c83e5fc8d..053e92e5a 100644 --- a/HDL_workflow.mdwn +++ b/HDL_workflow.mdwn @@ -430,7 +430,7 @@ Install from git source by doing the following: maturin build --cargo-extra-args=--features=python-extension python3 -m pip install --user target/wheels/*.whl -Note: an ongoing bug in maturin interferes with successful installation. This can be worked around by explicitly installing only the .whl files needed rather than installing everything (*.whl). +Note: an ongoing bug in maturin interferes with successful installation. This can be worked around by explicitly installing only the .whl files needed rather than installing everything (\*.whl). ## Chips4Makers JTAG @@ -495,6 +495,9 @@ if you want it, always ensure that a new git checkout is set up with rebase. # Checking out the HDL repositories +Before running the following, install the dependencies. This is easiest +done with this script + * mkdir ~/src * cd !$ * git clone gitolite3@git.libre-soc.org:nmutil.git