From: Veera Date: Wed, 13 Oct 2021 12:12:57 +0000 (+0100) Subject: Fix formating X-Git-Tag: opf_rfc_ls005_v1~3638 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=459244878390443e8d5966006099c07176663112;p=libreriscv.git Fix formating --- diff --git a/HDL_workflow/symbiflow.mdwn b/HDL_workflow/symbiflow.mdwn index 38d05ac19..146bd686c 100644 --- a/HDL_workflow/symbiflow.mdwn +++ b/HDL_workflow/symbiflow.mdwn @@ -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 ../..