From 96d9971abef9c15384ef32f73577b673952c65cc Mon Sep 17 00:00:00 2001 From: sadullah Date: Sat, 20 Feb 2021 22:58:34 -0500 Subject: [PATCH] Update BlackParrot Readme --- README.md | 2 +- litex/soc/cores/cpu/blackparrot/README.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 689f24572..34d5cc415 100644 --- a/README.md +++ b/README.md @@ -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 | | ------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------- | ------------------------- | diff --git a/litex/soc/cores/cpu/blackparrot/README.md b/litex/soc/cores/cpu/blackparrot/README.md index 1fbe58365..1c8952920 100644 --- a/litex/soc/cores/cpu/blackparrot/README.md +++ b/litex/soc/cores/cpu/blackparrot/README.md @@ -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.