From bf149da69ff4af5a2e60dc57fce0c43518370a1c Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 26 Mar 2022 11:06:11 +0000 Subject: [PATCH] use gitlab nmigen repos for now --- hdl-dev-repos | 6 +++--- hdl-dev-repos-virtualenv | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hdl-dev-repos b/hdl-dev-repos index cbc6f21..17df944 100755 --- a/hdl-dev-repos +++ b/hdl-dev-repos @@ -8,13 +8,13 @@ runuser $SUDO_USER --preserve-environment -c ' cd /home/$SUDO_USER mkdir -p src cd src -git clone https://git.libre-soc.org/git/nmigen-boards.git -git clone https://git.libre-soc.org/git/nmigen.git +git clone https://gitlab.com/nmigen/nmigen-boards.git +git clone https://gitlab.com/nmigen/nmigen.git git clone https://git.libre-soc.org/git/c4m-jtag.git git clone https://git.libre-soc.org/git/nmutil.git git clone https://git.libre-soc.org/git/openpower-isa.git git clone https://git.libre-soc.org/git/ieee754fpu.git -git clone https://git.libre-soc.org/git/nmigen-soc.git +git clone https://gitlab.com/nmigen/nmigen-soc.git git clone https://git.libre-soc.org/git/soc.git ' # nmigen diff --git a/hdl-dev-repos-virtualenv b/hdl-dev-repos-virtualenv index 5d67e0a..f63b9ce 100755 --- a/hdl-dev-repos-virtualenv +++ b/hdl-dev-repos-virtualenv @@ -3,13 +3,13 @@ python3 -m venv .env . .env/bin/activate pip3 install nose -git clone https://git.libre-soc.org/git/nmigen-boards.git -git clone https://git.libre-soc.org/git/nmigen.git +git clone https://gitlab.com/nmigen/nmigen-boards.git +git clone https://gitlab.com/nmigen/nmigen.git git clone https://git.libre-soc.org/git/c4m-jtag.git git clone https://git.libre-soc.org/git/nmutil.git git clone https://git.libre-soc.org/git/openpower-isa.git git clone https://git.libre-soc.org/git/ieee754fpu.git -git clone https://git.libre-soc.org/git/nmigen-soc.git +git clone https://gitlab.com/nmigen/nmigen-soc.git git clone https://git.libre-soc.org/git/soc.git # nmigen -- 2.30.2