Fix formating
authorVeera <Veera@web>
Wed, 13 Oct 2021 12:12:57 +0000 (13:12 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 13 Oct 2021 12:12:57 +0000 (13:12 +0100)
HDL_workflow/symbiflow.mdwn

index 38d05ac19d0b1b6524785e4aeff1690632ab5155..146bd686c04b71e3a6be26ae0b13fc0f56bead5e 100644 (file)
@@ -396,15 +396,15 @@ auto-preparation script here:
 
 ### Build symbiflow-arch-defs-xc7-artix7 (xc7a50t)
 
-* If you do not want this target skip
+"If you do not want this target skip"
 
     VPR_NUM_WORKERS=$(nproc)
 
     mkdir build_artix7; cd build_artix7
     cmake -DUSE_CONDA=FALSE -DPRJXRAY_DB_DIR=/usr/local/symbiflow/prjxray-db \
-    -DINSTALL_FAMILIES=xc7 -DINSTALL_ARCHS=artix7_100t \
-    -DINSTALL_DEVICES=xc7a50t \
-    -DCMAKE_INSTALL_PREFIX=/usr/local/symbiflow ..
+      -DINSTALL_FAMILIES=xc7 -DINSTALL_ARCHS=artix7_100t \
+      -DINSTALL_DEVICES=xc7a50t \
+      -DCMAKE_INSTALL_PREFIX=/usr/local/symbiflow ..
     cd xc/xc7/archs/artix7
     make install
     cd ../..