commit | 2ac7ab92d07c2c3f3b60ff80bf7f678baf12bd60 | [log] [tgz] |
---|---|---|
author | Sean Cross <sean@xobs.io> | Wed Dec 14 18:55:11 2022 +0800 |
committer | Sean Cross <sean@xobs.io> | Wed Dec 14 18:55:11 2022 +0800 |
tree | f41c68637ed1882f58257b3793fa74f545b906b4 | |
parent | 2a62f88f25c8a4dadc4ae2109005b588f4d78ddd [diff] |
update vdd and vss 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