]> git.zerfleddert.de Git - fpga-games/commitdiff
add flash command file for impact
authorMichael Gernoth <michael@gernoth.net>
Sun, 18 May 2008 19:02:59 +0000 (21:02 +0200)
committerMichael Gernoth <michael@gernoth.net>
Sun, 18 May 2008 19:02:59 +0000 (21:02 +0200)
galaxian/flash.cmd [new file with mode: 0644]

diff --git a/galaxian/flash.cmd b/galaxian/flash.cmd
new file mode 100644 (file)
index 0000000..fea9669
--- /dev/null
@@ -0,0 +1,16 @@
+setMode -pff
+setSubmode -pffparallel
+setPreference -pref StartupClock:Auto_Correction
+addPromDevice -p 1 -size 16384
+addDesign -version 0 -startaddress 000000
+addDeviceChain -index 0
+addDevice -p 1 -file build/galaxian.bit
+generate -format mcs -fillvalue FF -output build/galaxian
+setMode -bs
+setCable -port usb21 -baud 24000000
+Identify 
+identifyMPM 
+attachflash -position 1 -bpi "INTEL28F128J3"
+assignfiletoattachedflash -position 1 -file "build/galaxian.mcs"
+Program -p 1 -bpionly -e -showprogress
+exit
Impressum, Datenschutz