commit | adf279fa1410d21b08ddde99cbd4b69062c6c94b | [log] [tgz] |
---|---|---|
author | Sean Cross <sean@xobs.io> | Fri Dec 23 14:29:52 2022 +0800 |
committer | Sean Cross <sean@xobs.io> | Fri Dec 23 15:03:45 2022 +0800 |
tree | aa7c6b12b4a839ada1848747d690adecb89e3f09 | |
parent | 2ac7ab92d07c2c3f3b60ff80bf7f678baf12bd60 [diff] |
top: pass Wishbone directly to PIO Signed-off-by: Sean Cross <sean@xobs.io>
A project designed to demonstrate Raspberry Pi PIO on GF180 using the Caravel harness.
Refer to README for a quickstart of how to use caravel_user_project
Refer to README for this sample project documentation.
You will need a Linux environment with Docker. Once you have that, you can set things up:
mkdir -p deps export OPENLANE_ROOT=$(pwd)/deps/openlane_src # you need to export this whenever you start a new shell export PDK_ROOT=$(pwd)/deps/pdks # you need to export this whenever you start a new shell export PDK=gf180mcuC
These steps are included in activate-caravel.sh
, which you can just source.
Next, do a one-time setup of the project.
make setup