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