Update BlackParrot Readme

This commit is contained in:
sadullah 2021-02-20 22:58:34 -05:00
parent 7513460572
commit 96d9971abe
2 changed files with 10 additions and 1 deletions

View File

@ -38,7 +38,7 @@ SoC builder to create/develop/debug FPGA SoCs in Python.
board target
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 |
| ------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------- | ------------------------- |

View File

@ -1,10 +1,19 @@
# 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
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
Running BP in LiteX requires setting some environment variables. Please add the following lines to your bashrc to set them up.