3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2026-01-18 10:18:59 +00:00

Update script

This commit is contained in:
Gus Smith 2025-12-29 09:34:18 -08:00
parent 531e328c3d
commit 6c8a26eb86

View file

@ -3,14 +3,12 @@ set -euo pipefail
FLOW_FILE="skip_staged_flow.sby"
# Clean previous runs so we always exercise the full staged flow.
rm -rf skip_staged_flow_stage_1_init skip_staged_flow_stage_1_fv skip_staged_flow_stage_2_init skip_staged_flow_stage_2_fv
run_task() {
python3 "$SBY_MAIN" -f "$FLOW_FILE" "$1"
}
run_task stage_1_init
run_task stage_1_fv
run_task stage_1_cover
run_task stage_2_init
run_task stage_2_fv
run_task stage_2a_cover
run_task stage_2b_assert