mirror of
https://github.com/YosysHQ/picorv32.git
synced 2025-01-03 03:43:38 -05:00
5 lines
61 B
Bash
5 lines
61 B
Bash
|
#!/bin/bash
|
||
|
set -ex
|
||
|
yosys -qv1 sync.ys
|
||
|
time python3 sync.py
|