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