mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-05 22:14:08 +00:00
4 lines
67 B
Bash
4 lines
67 B
Bash
#!/bin/bash
|
|
set -e
|
|
python3 $SBY_MAIN --autotune -f $SBY_FILE $TASK
|