mirror of
https://github.com/MiSTer-devel/CDi_MiSTer.git
synced 2026-04-19 03:04:19 +00:00
Added ioctl_download for slave rom boot0.rom is expected to be the main cpu rom boot1.rom is expected to be the slave rom
8 lines
205 B
Bash
Executable File
8 lines
205 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 ../*.v ../*.sv
|