2020-01-16 15:58:55 -05:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
#cannot rm build because it erase software images that the make file copy there
|
|
|
|
#rm -rf ./build
|
|
|
|
|
2020-02-11 12:58:43 -05:00
|
|
|
mkdir -p ./build
|
2020-01-16 15:58:55 -05:00
|
|
|
|
|
|
|
cd ./build
|
|
|
|
vivado -mode batch -source ../make_vivado_project.tcl -notrace
|