commit | b818d70396b4c9ef82f53be0f13f28ffd6c7cf4b | [log] [tgz] |
---|---|---|
author | Sean Cross <sean@xobs.io> | Fri Dec 23 15:04:07 2022 +0800 |
committer | Sean Cross <sean@xobs.io> | Fri Dec 23 15:04:07 2022 +0800 |
tree | 1eb16d669be071750fcab9453adeae0b15761587 | |
parent | adf279fa1410d21b08ddde99cbd4b69062c6c94b [diff] |
config: get everything working With this configuration, things actually build! 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