Skip to content

Commit

Permalink
Murax on arty_a7: fix mkdir error
Browse files Browse the repository at this point in the history
  • Loading branch information
japm48 committed Feb 11, 2020
1 parent 163611b commit 6547eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Murax/arty_a7/make_vivado_project
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6547eef

Please sign in to comment.