(no commit message)
authorlkcl <lkcl@web>
Wed, 6 Apr 2022 00:37:50 +0000 (01:37 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 6 Apr 2022 00:37:50 +0000 (01:37 +0100)
HDL_workflow/nextpnr-xilinx.mdwn

index c1eee8fc5d23e71888f3c1a0c1a64c2d43cd33a3..eb3f7af63fce36369f68723d6e43c3ef6a4c289b 100644 (file)
@@ -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