commit | dfc4f24f530a6a09d7f40c45ba0d5b3cbed48b07 | [log] [tgz] |
---|---|---|
author | roman3017 <rbacik@hotmail.com> | Tue Dec 13 01:01:36 2022 -0800 |
committer | roman3017 <rbacik@hotmail.com> | Tue Dec 13 01:01:36 2022 -0800 |
tree | d9e2bb4d2f3697635a3351f8052a9f875e704910 | |
parent | 79356d97734a54a42fb54ab55753e1bd193b6249 [diff] |
add uart to fpga_top test
mkdir -p dependencies export OPENLANE_ROOT=$(pwd)/dependencies/openlane_src export PDK_ROOT=$(pwd)/dependencies/pdks export PDK=sky130A make setup make user_proj_example klayout -l dependencies/pdks/gf180mcuC/libs.tech/klayout/tech/gf180mcu.lyp gds/user_proj_example.gds make user_project_wrapper klayout -l dependencies/pdks/gf180mcuC/libs.tech/klayout/tech/gf180mcu.lyp gds/user_project_wrapper.gds make verify #make extract-parasitics make create-spef-mapping #make caravel-sta rm -rf ~/mpw_precheck/ make precheck make run-precheck #make compress
[QUICKSTART] (https://caravel-user-project.readthedocs.io/en/latest) for a QSG. README for a sample project documentation.