]> git.zerfleddert.de Git - fpga-games/blame - galaxian/flash.cmd
fix clock for LRAM
[fpga-games] / galaxian / flash.cmd
CommitLineData
32e4dd19
MG
1setMode -pff
2setSubmode -pffparallel
3setPreference -pref StartupClock:Auto_Correction
4addPromDevice -p 1 -size 16384
5addDesign -version 0 -startaddress 000000
6addDeviceChain -index 0
7addDevice -p 1 -file build/galaxian.bit
8generate -format mcs -fillvalue FF -output build/galaxian
9setMode -bs
10setCable -port usb21 -baud 24000000
11Identify
12identifyMPM
13attachflash -position 1 -bpi "INTEL28F128J3"
14assignfiletoattachedflash -position 1 -file "build/galaxian.mcs"
15Program -p 1 -bpionly -e -showprogress
16exit
Impressum, Datenschutz