1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-30 02:32:53 +08:00
This commit is contained in:
Andreas Olofsson 2015-11-11 05:31:23 +00:00
commit ce7c19ef0c
3 changed files with 5 additions and 1 deletions

2
.gitignore vendored
View File

@ -4,6 +4,7 @@
*.o
*.e
*.d
bin/
######################
# Emacs/vim/gedit backup files
*~
@ -40,7 +41,6 @@ xgui/
*_stub.v
*_funcsim.v
*_changelog.txt
src/
*.vhdl
*.dcp
*.veo

View File

@ -1,2 +1,5 @@
#!/bin/bash
vivado -mode batch -source run.tcl
rm system_wrapper.bit.bin bit2bin.bin
bootgen -image bit2bin.bif -split bin
cp system_wrapper.bit.bin parallella.bit.bin

View File

@ -1,2 +1,3 @@
#!/bin/bash
vivado -mode batch -source run.tcl