projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
032176c
)
fix indention
author
Tobias Platen
<tplaten@posteo.de>
Wed, 2 Mar 2022 18:06:58 +0000
(19:06 +0100)
committer
Tobias Platen
<tplaten@posteo.de>
Wed, 2 Mar 2022 18:06:58 +0000
(19:06 +0100)
HDL_workflow/microwatt.mdwn
patch
|
blob
|
history
diff --git
a/HDL_workflow/microwatt.mdwn
b/HDL_workflow/microwatt.mdwn
index 8d3c3c171b87fa4fb24f7d96714c8fcb57f399ff..43ff4aa45cb702c45b58767b4853d9cf7e963dce 100644
(file)
--- 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