mirror of https://github.com/openXC7/prjxray.git
10 lines
149 B
Bash
10 lines
149 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
set -ex
|
||
|
|
source ../generate.sh
|
||
|
|
|
||
|
|
python ../generate.py --sdx 4 --sdy 4 >top.v
|
||
|
|
vivado -mode batch -source ../generate.tcl
|
||
|
|
timing_txt2csv
|
||
|
|
|