Documentation
Table Of Contents
Loading bit-streams onto the iceBlip module.
This requires the iceBliProg programmer module. The module is inserted into the zero insertion
force (ZIF) socket as shown below.
If you are using Linux, the module is programmed from the command line with:
Bit stream files for the iceBlip are 32.2k and the flash is 256k so there is plenty of space for any
additional data you may want to provide for the FPGA. The offset option allows programming any
part of the flash.
./iceBliProg -o 0x10000 myData.bin
To leave the iceBlip module powered up after programming:
./iceBliProg -p blip_cnt.bin
To skip verification:
./iceBliProg -v blip_cnt.bin
For further information:
./iceBliProg --help