From: Tobias Platen Date: Wed, 2 Mar 2022 18:06:58 +0000 (+0100) Subject: fix indention X-Git-Tag: opf_rfc_ls005_v1~3160 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c65f15fae595a5afa386f9a2934755487aeb472b;p=libreriscv.git fix indention --- diff --git a/HDL_workflow/microwatt.mdwn b/HDL_workflow/microwatt.mdwn index 8d3c3c171..43ff4aa45 100644 --- a/HDL_workflow/microwatt.mdwn +++ b/HDL_workflow/microwatt.mdwn @@ -74,14 +74,14 @@ This needs gcc-powerpc64le-linux-gnu if cross compilation is used. ## Building the bitstring for OrangeCrab - cd microwatt - export FPGA_TARGET=ORANGE-CRAB - export GHDLSYNTH=ghdl - make microwatt.bit + cd microwatt + export FPGA_TARGET=ORANGE-CRAB + export GHDLSYNTH=ghdl + make microwatt.bit ## flashing the bitstring to the OrangeCrab - make prog # this will run OpenOCD + make prog # this will run OpenOCD