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:
parent
998861cc15
commit
dcbfca5218
@ -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
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user