X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=HDL_workflow%2Fdevscripts.mdwn;h=5b8742313b6a23ceb4b4f41b20f966488158c5e0;hb=72989dd9f956de578634355da0b5b6b21696b85e;hp=b91882e946f79f4a24535f31cc7431b2ae870395;hpb=f321a1c501e54f931b238dfc3deea4d7028a044f;p=libreriscv.git diff --git a/HDL_workflow/devscripts.mdwn b/HDL_workflow/devscripts.mdwn index b91882e94..5b8742313 100644 --- a/HDL_workflow/devscripts.mdwn +++ b/HDL_workflow/devscripts.mdwn @@ -33,6 +33,7 @@ can produce the **exact** same GDS-II files. (libresoc)$ cd dev-env-setup (libresoc)$ sudo bash (libresoc)# ./install-hdl-apt-reqs + (libresoc)# ./hdl-tools-yosys (libresoc)# ./hdl-dev-repos (libresoc)# ./ppc64-gdb-gcc # needed for compiling unit tests (libresoc)# exit @@ -47,6 +48,9 @@ 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. +**You are now done, you need only read the rest below if interested +to see how we made the above scripts** + # Notes about Script "mk-deb-chroot" This section is developer-notes **only** it documents the