commit | 5bf17c9f9fefffb8fc9f4ccb08cb3ad802cd6f34 | [log] [tgz] |
---|---|---|
author | Sean Cross <sean@xobs.io> | Tue Dec 13 16:22:53 2022 +0800 |
committer | Sean Cross <sean@xobs.io> | Tue Dec 13 16:22:53 2022 +0800 |
tree | 61be79370174142a497fa87cc6252c9d9fd95a32 | |
parent | 237be701d373d056d8145e74311faeeaec0c2050 [diff] |
add wb_pio to project This adds a simple wb_pio module to the project. It does not currently pass placement. 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 dependencies export OPENLANE_ROOT=$(pwd)/dependencies/openlane_src # you need to export this whenever you start a new shell export PDK_ROOT=$(pwd)/dependencies/pdks # you need to export this whenever you start a new shell export PDK=gf180mcuC
Next, do a one-time setup of the project.
make setup