commit | 2a62f88f25c8a4dadc4ae2109005b588f4d78ddd | [log] [tgz] |
---|---|---|
author | Sean Cross <sean@xobs.io> | Wed Dec 14 18:23:48 2022 +0800 |
committer | Sean Cross <sean@xobs.io> | Wed Dec 14 18:23:48 2022 +0800 |
tree | 1df3699741c8467a05df32a943f0c8fa78b1ca49 | |
parent | 301124102789b85d0e0f4177b5944439d26bf991 [diff] |
change dependencies -> deps 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