commit | e78fc07e55c0035678d2cd3d092e76cc60fcbd9a | [log] [tgz] |
---|---|---|
author | Sean Cross <sean@xobs.io> | Fri Dec 23 15:12:30 2022 +0800 |
committer | Sean Cross <sean@xobs.io> | Fri Dec 23 15:12:30 2022 +0800 |
tree | 5031e788f946c81f750745dbf3859a4e15d761e0 | |
parent | b818d70396b4c9ef82f53be0f13f28ffd6c7cf4b [diff] |
README: update file with build instructions 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 # you can also use sky130B
These steps are included in activate-caravel.sh
, which you can just source.
Next, do a one-time setup of the project.
make setup
Next, perform the synthesis, which will take anywhere between 30 minutes and 3 hours:
make wb_pio
When it's done, the resulting files will be in openlane/wb_pio/runs/$CURRENT_DATE_TIME/results/final/
.