From c5ebed89dbc1f5a2fee2d7644c3fe8e3783197ca Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 1 Mar 2021 19:06:40 +0000 Subject: [PATCH] add crossreference to dev-env-setup in HDL_workflow --- HDL_workflow.mdwn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.30.2