1
0
mirror of https://github.com/Gehstock/Mist_FPGA.git synced 2026-01-20 01:34:38 +00:00

missing files

This commit is contained in:
Gehstock 2020-01-19 14:50:12 +01:00
parent 998861cc15
commit dcbfca5218
2 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,16 @@
#!/bin/sh
PROJECTS=" \
ROBOTRON \
JOUST \
SPLAT \
BUBBLES \
STARGATE \
SINISTAR"
mkdir -p Releases
for PROJECT in $PROJECTS; do
echo "Compiling $PROJECT"
sed -i "s/^.define CORE_NAME.*/\`define CORE_NAME \"$PROJECT\"/" rtl/RobotronFPGA_MiST.sv
quartus_sh --flow compile RobotronFPGA.qsf && cp output_files/RobotronFPGA.rbf Releases/$PROJECT.rbf
done

View File

@ -0,0 +1,15 @@
@echo off
del /s *.bak
del /s *.orig
del /s *.rej
rmdir /s /q db
rmdir /s /q incremental_db
rmdir /s /q output
rmdir /s /q simulation
rmdir /s /q greybox_tmp
del PLLJ_PLLSPE_INFO.txt
del *.qws
del *.ppf
del *.qip
del *.ddb
pause