From fcf000cf244c4f4612df3b7bc07f372108cf5a3a Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 11 Apr 2022 13:53:25 +0100 Subject: [PATCH] fix URLs in HDL_workflow to refer to gitlab for nmigen, for now --- HDL_workflow.mdwn | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 -- 2.30.2