From: lkcl Date: Wed, 6 Apr 2022 00:37:50 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~2876 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3d3d1020e660d6e45a0aef9c0b0d3c4dde2d4789;p=libreriscv.git --- diff --git a/HDL_workflow/nextpnr-xilinx.mdwn b/HDL_workflow/nextpnr-xilinx.mdwn index c1eee8fc5..eb3f7af63 100644 --- a/HDL_workflow/nextpnr-xilinx.mdwn +++ b/HDL_workflow/nextpnr-xilinx.mdwn @@ -14,7 +14,7 @@ Use of the automated install scripts recommended -## Setting up new debootstrap and chroot into it +# Setting up new debootstrap and chroot into it Run the following if you wish to isolate the nextpnr-xilinx build from other software (reproducible builds) or use the schroot @@ -29,7 +29,7 @@ auto-preparation script here: mount -t devpts devpts $MY_CHROOT/dev/pts/ chroot $MY_CHROOT /bin/bash -## Download neccessary softwares +# Download neccessary softwares apt-get install -y libcurl3-gnutls/buster git/buster @@ -37,13 +37,13 @@ auto-preparation script here: git clone https://github.com/SymbiFlow/prjxray-db.git git clone https://github.com/gatecat/nextpnr-xilinx.git -## Steps to compile prjxray +# Steps to compile prjxray -### Necessary software to install +## Necessary software to install apt-get install -y python3-pip -### Build prjxray +## Build prjxray cd prjxray git checkout 18b92012afe2b03f3f975a78c4372c74b60dca0c @@ -61,9 +61,9 @@ apt-get install -y python3-pip pip3 install . cd .. -## Steps to compile prjxray-db +# Steps to compile prjxray-db -### Install prjxray-db +## Install prjxray-db cd prjxray-db git archive --format=tar --prefix=database/ \ @@ -71,14 +71,14 @@ apt-get install -y python3-pip tar -C /usr/local/nx -xf - cd .. -## Steps to compile nextpnr-xilinx +# Steps to compile nextpnr-xilinx -### Necessary software to install +## Necessary software to install apt-get install -y libboost-thread-dev libboost-iostreams-dev \ libboost-program-options-dev libeigen3-dev -### Build nextpnr-xilinx +## Build nextpnr-xilinx cd nextpnr-xilinx git checkout 565588a69ea95a52f7c7592f4ed81d9bef6cfb60