blob: a9f8a1cc93d53663e9f88861f3c6a73d8a293afa [file] [log] [blame]
#!/bin/bash
# environment
. setuptokens.sh
. ~/work/asic-workshop/shuttle7/setup.sh
# unzip gds files
make uncompress
# fetch designs
./configure.py --update-projects
# update caravel config
./configure.py --update-caravel
echo 'now run: make user_project_wrapper'