Files
CDi_MiSTer/scripts/apply_codestyle.sh
Andre Zeps f7bd5d3d73 FMV: Improved frame pacing
- 25 fps hard coded for experiments
- Presentation time utilized to define start of playback
  - Makes use of FIFO structure for stable frame rate
- Firmware
  - Provides all 3 planar framebuffers to hardware for playback
2025-09-15 16:09:35 +02:00

8 lines
235 B
Bash
Executable File

#!/bin/bash
# This script applys a common codestyle to all verilog files
cd "$(dirname "$0")/../rtl"
verible-verilog-format --inplace --indentation_spaces 4 \
../rtl/*.v ../rtl/*.sv ../rtl/*/*.sv ../rtl/*/*/*.sv ../*.v ../*.sv