-
Notifications
You must be signed in to change notification settings - Fork 575
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #278 from scanakci/blackparrot_litex
Blackparrot litex
- Loading branch information
Showing
26 changed files
with
2,313 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
TODO: Edit | ||
git submodule update --init --recursive (for blackparrot pre-alpha repo) | ||
cd pre_alpha_release | ||
follow getting_started to install blackparrot | ||
cd .. | ||
source ./setEnvironment.sh #should be sourced each time you open a terminal or just add this line to bashrc | ||
Add $BP_TOP/external/bin to $PATH for verilator and riscv-gnu tools | ||
./update_BP.sh #to modify some of the files in Blackparrot repo (one-time process) | ||
Currently, we could simulate the LITEX-BIOS on BP processor. | ||
|
||
[![asciicast](https://asciinema.org/a/286568.svg)](https://asciinema.org/a/286568) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from litex.soc.cores.cpu.blackparrot.core import BlackParrotRV64 |
Oops, something went wrong.