From 93cf5c499b70809ebb88ee496f44a1885cfd33f8 Mon Sep 17 00:00:00 2001 From: lkcl Date: Wed, 26 May 2021 19:42:35 +0100 Subject: [PATCH] --- HDL_workflow/devscripts.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HDL_workflow/devscripts.mdwn b/HDL_workflow/devscripts.mdwn index cf7748df6..271c1ab9c 100644 --- a/HDL_workflow/devscripts.mdwn +++ b/HDL_workflow/devscripts.mdwn @@ -2,7 +2,7 @@ Setting up the dependencies and repositories for Libre-SOC is big enough that it is just much easier to do in an automated fashion. Follow these steps after making sure that you review the scripts line by line because they run as root and it is your responsibility to check them, not ours. -Note the reason for entering the chroot as a user (not root) and then running sudo bash again is due to this procedure setting the SUDO_USER environment, on which the scripts critically rely. +Note the reason for entering the chroot as a user (not root) and then running sudo bash again is due to this procedure setting the SUDO_USER environment, on which the scripts critically rely. Also: the dev-env-setup repository is cloned twice, once to get the chroot script and a second time to use scripts *inside* the chroot. Feel free to simply cooy the repository into the chroot to save bandwidth. $ git clone https://git.libre-soc.org/git/dev-env-setup.git $ cd dev-env-setup @@ -20,4 +20,4 @@ Note the reason for entering the chroot as a user (not root) and then running su -Additional scripts in the dev-env-setup repository will install yosys, verilator, coriolis2, ghdl, gdb and so on: from the above it is pretty straightforward and obvious to work out what to do. There is an accompanying walkthrough video which goes through the above +Additional scripts in the dev-env-setup repository will install yosys, verilator, coriolis2, ghdl, gdb and so on: from the above it is pretty straightforward and obvious to work out what to do (just run them). There is an accompanying walkthrough video which goes through the above and includes running some unit tests, explaining some of the background, and also files some bugs. -- 2.30.2