fix indention
authorTobias Platen <tplaten@posteo.de>
Wed, 2 Mar 2022 18:06:58 +0000 (19:06 +0100)
committerTobias Platen <tplaten@posteo.de>
Wed, 2 Mar 2022 18:06:58 +0000 (19:06 +0100)
HDL_workflow/microwatt.mdwn

index 8d3c3c171b87fa4fb24f7d96714c8fcb57f399ff..43ff4aa45cb702c45b58767b4853d9cf7e963dce 100644 (file)
@@ -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