mirror of https://github.com/openXC7/prjxray.git
7 lines
86 B
Bash
7 lines
86 B
Bash
|
|
#!/bin/bash -x
|
||
|
|
|
||
|
|
source ${XRAY_GENHEADER}
|
||
|
|
|
||
|
|
vivado -mode batch -source ../generate.tcl
|
||
|
|
|