5 lines
61 B
Bash
5 lines
61 B
Bash
|
#!/bin/bash
|
||
|
set -ex
|
||
|
yosys -qv1 sync.ys
|
||
|
time python3 sync.py
|