Merge pull request #824 from scanakci/blackparrot_litex
Update BlackParrot Readme
This commit is contained in:
commit
d5c2f6760c
|
@ -38,7 +38,7 @@ SoC builder to create/develop/debug FPGA SoCs in Python.
|
||||||
board target
|
board target
|
||||||
file file
|
file file
|
||||||
```
|
```
|
||||||
LiteX already supports various softcores CPUs: VexRiscv, Rocket, LM32, Mor1kx, PicoRV32 and is compatible with the LiteX's Cores Ecosystem:
|
LiteX already supports various softcores CPUs: VexRiscv, Rocket, LM32, Mor1kx, PicoRV32, BlackParrot and is compatible with the LiteX's Cores Ecosystem:
|
||||||
|
|
||||||
| Name | Build Status | Description |
|
| Name | Build Status | Description |
|
||||||
| ------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------- | ------------------------- |
|
| ------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------- | ------------------------- |
|
||||||
|
|
|
@ -1,10 +1,19 @@
|
||||||
# BlackParrot in LiteX
|
# BlackParrot in LiteX
|
||||||
|
|
||||||
|
> **Note:** Tested on Ubuntu 18.04
|
||||||
|
|
||||||
|
> **Note:** Since both BlackParrot and Litex are under active development, newer updates on LiteX or BP can cause some compatibility issues. If the most recent BP and LiteX do not work, please use the following link that includes necessary instructions to run BP on Linux with compatible commits.
|
||||||
|
|
||||||
|
```
|
||||||
|
https://github.com/black-parrot/litex/tree/working_linux
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
## Prerequisites and Installing
|
## Prerequisites and Installing
|
||||||
|
|
||||||
Please visit https://github.com/scanakci/linux-on-litex-blackparrot for the detailed setup instructions and linux boot-up process.
|
Please visit https://github.com/scanakci/linux-on-litex-blackparrot for the detailed setup instructions and linux boot-up process.
|
||||||
|
|
||||||
|
|
||||||
## Set necessary environment variables for BlackParrot
|
## Set necessary environment variables for BlackParrot
|
||||||
|
|
||||||
Running BP in LiteX requires setting some environment variables. Please add the following lines to your bashrc to set them up.
|
Running BP in LiteX requires setting some environment variables. Please add the following lines to your bashrc to set them up.
|
||||||
|
|
Loading…
Reference in New Issue