VexRiscv/scripts/Murax/arty_a7/make_vivado_project

10 lines
200 B
Bash
Executable File

#!/bin/sh
#cannot rm build because it erase software images that the make file copy there
#rm -rf ./build
mkdir -p ./build
cd ./build
vivado -mode batch -source ../make_vivado_project.tcl -notrace