mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-30 02:32:53 +08:00
Merge branch 'master' of https://github.com/parallella/oh
This commit is contained in:
commit
ce7c19ef0c
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,2 +1,3 @@
|
||||
#!/bin/bash
|
||||
vivado -mode batch -source run.tcl
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user