mirror of https://github.com/openXC7/prjxray.git
9 lines
103 B
Bash
9 lines
103 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
set -ex
|
||
|
|
source ../generate.sh
|
||
|
|
|
||
|
|
vivado -mode batch -source ../generate.tcl
|
||
|
|
timing_txt2csv
|
||
|
|
|