The .pld
files in this directory may be compiled with GALasm, producing a .jed
file amonst others. Then the .jed
file is used to program a ATF22V10C
or GAL22V10
.
galasm flags-register-22v10.pld
The ATF22V10C(UES)
type should be used when programming the ATF22V10C with minipro
.
minipro -p "ATF22V10C(UES)" -w flags-register-22v10.jed
Your TL866II+ may have an older version of firmware that is unable to program the ATF22V10C
. You will need to latest firmware to be able to program these chips. Here is the process for updating the TL866II+ firmware using the minipro
command line tool on MacOS and Linux:
- Download Windows Minipro/XGecu Pro application from manufacturer site: autoelectric.cn
- Extract executable from RAR file:
unrar x XgproV1220_Setup.rar
- Extract the
updateII.dat
file from the executable extracted in step 2.
unrar x XgproV1220_Setup.exe
- Update the TL866II+ firmware with:
minipro -F updateII.dat
More information about programmable logic devices can be found at these links:
- Understanding Programmable Logic - The GAL22V10 - A good overviews of what programmable logic devices are.
- Galette - an alternative GAL PLD assembler
- GAL-ASM-Starterkit - Documentation the PLD file syntax from another PLD assembler.