Murax on arty_a7: fix mkdir error

This commit is contained in:
japm48 2020-02-11 18:58:43 +01:00 committed by GitHub
parent 163611bd11
commit 6547eefffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#cannot rm build because it erase software images that the make file copy there
#rm -rf ./build
mkdir ./build
mkdir -p ./build
cd ./build
vivado -mode batch -source ../make_vivado_project.tcl -notrace