From: Luke Kenneth Casson Leighton Date: Mon, 11 Apr 2022 12:53:25 +0000 (+0100) Subject: fix URLs in HDL_workflow to refer to gitlab for nmigen, for now X-Git-Tag: opf_rfc_ls005_v1~2785 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fcf000cf244c4f4612df3b7bc07f372108cf5a3a;p=libreriscv.git fix URLs in HDL_workflow to refer to gitlab for nmigen, for now --- diff --git a/HDL_workflow.mdwn b/HDL_workflow.mdwn index 61b348141..b598d01a7 100644 --- a/HDL_workflow.mdwn +++ b/HDL_workflow.mdwn @@ -694,15 +694,17 @@ you of what it is doing**. * mkdir ~/src * cd !$ -* git clone gitolite3@git.libre-soc.org:nmigen.git +* git clone https://gitlab.com/nmigen/nmigen +* git clone https://gitlab.com/nmigen/nmigen-boards +* git clone https://gitlab.com/nmigen/nmigen-soc +* git clone https://gitlab.com/nmigen/nmigen-stdio * git clone gitolite3@git.libre-soc.org:c4m-jtag.git * git clone gitolite3@git.libre-soc.org:nmutil.git * git clone gitolite3@git.libre-soc.org:openpower-isa.git * git clone gitolite3@git.libre-soc.org:ieee754fpu.git -* git clone gitolite3@git.libre-soc.org:nmigen-soc.git * git clone gitolite3@git.libre-soc.org:soc.git -In each of these directories, **in the order listed***, track down the +In each of these directories, **in the order listed**, track down the `setup.py` file, then, as root (`sudo bash`), run the following: * python3 setup.py develop