8 lines
259 B
Bash
8 lines
259 B
Bash
set -eux
|
|
|
|
python format.py 0x04000000.txt graphics_engine_a 0x1000 > ../graphics_engine_a.h
|
|
python format.py 0x04001000.txt graphics_engine_b 0 > ../graphics_engine_b.h
|
|
|
|
make graphics_engine_bits.csv
|
|
python format_bits.py graphics_engine_bits.csv > ../bits.h
|