mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-17 20:02:53 +08:00
7 lines
206 B
Bash
Executable File
7 lines
206 B
Bash
Executable File
#!/bin/bash
|
|
rm system_wrapper.bit.bin bit2bin.bin
|
|
vivado -mode batch -source run.tcl
|
|
bootgen -image bit2bin.bif -split bin
|
|
cp system_wrapper.bit.bin parallella.bit.bin
|
|
#archive results based on time stamp
|