2020-11-30 19:51:35 -06:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
|
|
###############################################
|
|
|
|
# OpenFPGA Shell with VPR8
|
|
|
|
##############################################
|
2020-11-30 21:06:03 -06:00
|
|
|
python3 SCRIPT/repo_setup.py --openfpga_root_path ./OpenFPGA
|