[Libre-soc-dev] Libre-soc Environment Installation

Luke Kenneth Casson Leighton lkcl at lkcl.net
Tue Jun 14 13:55:21 BST 2022


On Tue, Jun 14, 2022 at 1:20 PM Luke Kenneth Casson Leighton
<lkcl at lkcl.net> wrote:

> are you sure that you followed *exactly* these commands listed here?
> https://libre-soc.org/HDL_workflow/devscripts/

i am running these commands now, to check them:

> $ git clone https://git.libre-soc.org/git/dev-env-setup.git
> $ cd dev-env-setup
> $ sudo bash
> # ./mk-deb-chroot libresoc
> # exit
> $ schroot -c libresoc
> (libresoc)$ git clone https://git.libre-soc.org/git/dev-env-setup.git
> (libresoc)$ cd dev-env-setup
> (libresoc)$ sudo bash
> (libresoc)# ./install-hdl-apt-reqs
> (libresoc)# ./hdl-dev-repos
> (libresoc)# ./ppc64-gdb-gcc           # needed for compiling unit tests
> (libresoc)# exit
> (libresoc)$

i found that yosys is missing, and have therefore added
it as a required command to be run:
https://git.libre-soc.org/?p=libreriscv.git;a=commitdiff;h=8176f35287871b89e0471c340cdee00005943c48

--- a/HDL_workflow/devscripts.mdwn
+++ b/HDL_workflow/devscripts.mdwn
@@ -34,6 +34,7 @@ can produce the **exact** same GDS-II files.
     (libresoc)$ sudo bash
     (libresoc)# ./install-hdl-apt-reqs
     (libresoc)# ./hdl-dev-repos
+    (libresoc)# ./hdl-tools-yosys
     (libresoc)# ./ppc64-gdb-gcc           # needed for compiling unit tests
     (libresoc)# exit
     (libresoc)$

that is currently running, i will keep you informed of its progress.

l.



More information about the Libre-soc-dev mailing list