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